No suggestions if mintInstall isn't installed

This commit is contained in:
Clement Lefebvre 2009-10-08 21:16:43 +08:00 committed by Chris Hodapp
parent 5db5d1609d
commit d78f9337c9

View File

@ -561,7 +561,7 @@ class pluginclass( object ):
if (shown):
showns = True
if (not showns):
if (not showns and os.path.exists("/usr/lib/linuxmint/mintInstall/icon.svg")):
self.suggestion = text
self.applicationsBox.add(self.suggestSearchAppButton)