Changed call to Alacarte (uses Mozo instead)
This commit is contained in:
parent
d53fb8382f
commit
8eefae14ba
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
mintmenu (5.2.9) maya; urgency=low
|
||||
|
||||
* Replaced alacarte with mozo
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Thu, 22 Mar 2012 13:11:39 +0000
|
||||
|
||||
mintmenu (5.2.8) lisa; urgency=low
|
||||
|
||||
* Fixed "Add to panel" in applications plugin
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -1,7 +1,7 @@
|
||||
Source: mintmenu
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: clem <root@linuxmint.com>
|
||||
Maintainer: Clement Lefebvre <root@linuxmint.com>
|
||||
Build-Depends: debhelper (>= 5)
|
||||
Standards-Version: 3.7.2
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user