/usr/lib -> /usr/share

This commit is contained in:
darealshinji 2014-08-06 04:48:36 +02:00
parent aab7969ecf
commit 4ab8ead0dd

View File

@ -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()