Star icon for mintinstall

This commit is contained in:
Clement Lefebvre 2011-05-01 17:43:50 +01:00
parent 86d91095a2
commit 0062ed634e

View File

@ -132,7 +132,7 @@ class pluginclass( object ):
if ( self.showSoftwareManager == True ): if ( self.showSoftwareManager == True ):
if os.path.exists("/usr/lib/linuxmint/mintInstall/icon.svg"): if os.path.exists("/usr/lib/linuxmint/mintInstall/icon.svg"):
Button1 = easyButton( "applications-other", self.iconsize, [_("Software Manager")], -1, -1 ) Button1 = easyButton( "/usr/lib/linuxmint/mintInstall/icon.svg", self.iconsize, [_("Software Manager")], -1, -1 )
Button1.connect( "clicked", self.ButtonClicked, "mintinstall" ) Button1.connect( "clicked", self.ButtonClicked, "mintinstall" )
Button1.show() Button1.show()
self.systemBtnHolder.pack_start( Button1, False, False ) self.systemBtnHolder.pack_start( Button1, False, False )