diff --git a/debian/changelog b/debian/changelog index a2ccc34..de42678 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mintmenu (5.2.9) maya; urgency=low + + * Replaced alacarte with mozo + + -- Clement Lefebvre Thu, 22 Mar 2012 13:11:39 +0000 + mintmenu (5.2.8) lisa; urgency=low * Fixed "Add to panel" in applications plugin diff --git a/debian/control b/debian/control index c780fa1..e82f8eb 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: mintmenu Section: admin Priority: optional -Maintainer: clem +Maintainer: Clement Lefebvre Build-Depends: debhelper (>= 5) Standards-Version: 3.7.2 diff --git a/usr/lib/linuxmint/mintMenu/mintMenu.py b/usr/lib/linuxmint/mintMenu/mintMenu.py index 383c158..ba1eec6 100755 --- a/usr/lib/linuxmint/mintMenu/mintMenu.py +++ b/usr/lib/linuxmint/mintMenu/mintMenu.py @@ -567,7 +567,7 @@ class MenuWin( object ): else: MenuWin.showMenu(self,self.mainwin.toggle) self.mainwin.window.show() - #self.mainwin.wTree.get_widget( 'PluginTabs' ).set_curremenu_editor = SetGconf( self.client, "string", "/apps/usp/menu_editor", "alacarte" ) + #self.mainwin.wTree.get_widget( 'PluginTabs' ).set_curremenu_editor = SetGconf( self.client, "string", "/apps/usp/menu_editor", "mozo" ) except Exception, cause: print cause @@ -767,7 +767,7 @@ class MenuWin( object ): Execute( os.path.join( PATH, "mintMenuConfig.py" ) ) def showMenuEditor( self, uicomponent, verb ): - Execute( "alacarte" ) + Execute( "mozo" ) def showMenu( self, widget=None, event=None ): if event == None or event.button == 1: