/usr/lib -> /usr/share
This commit is contained in:
parent
aab7969ecf
commit
4ab8ead0dd
@ -184,7 +184,7 @@ class mintMenuConfig( object ):
|
||||
self.systemHeightButton = self.builder.get_object( "systemHeightSpinButton" )
|
||||
if (self.allowSystemScrollbarToggle.get_active() == False): self.systemHeightButton.set_sensitive(False)
|
||||
self.allowSystemScrollbarToggle.connect("toggled", self.toggleSystemHeightEnabled )
|
||||
if os.path.exists("/usr/lib/linuxmint/mintInstall/icon.svg"):
|
||||
if os.path.exists("/usr/share/linuxmint/mintInstall/icon.svg"):
|
||||
self.builder.get_object( "softwaremanagercheckbutton" ).show()
|
||||
else:
|
||||
self.builder.get_object( "softwaremanagercheckbutton" ).hide()
|
||||
|
Loading…
Reference in New Issue
Block a user