Star icon for mintinstall
This commit is contained in:
parent
86d91095a2
commit
0062ed634e
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user