Changelog and fix for matecomponent

This commit is contained in:
Clement Lefebvre 2011-11-18 10:47:45 +00:00
parent 3b92de62d8
commit 03e48520e0
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mintmenu (5.2.5) lisa; urgency=low
* Switched support from Gnome/Bonobo to Mate/MateComponent
-- Clement Lefebvre <root@linuxmint.com> Fri, 18 Nov 2011 10:47:16 +0000
mintmenu (5.2.4) katya; urgency=low
* Improvements in Unicode support

View File

@ -859,6 +859,6 @@ if len(sys.argv) == 2 and sys.argv[1] == "run-in-window":
gtk.main()
gtk.gdk.threads_leave()
else:
mateapplet.bonobo_factory("OAFIID:MATE_mintMenu_Factory",
mateapplet.matecomponent_factory("OAFIID:MATE_mintMenu_Factory",
mateapplet.Applet.__gtype__,
"mintMenu", "0", menu_factory)