[sulfur] do not check resources lock but application lock instead

This commit is contained in:
Fabio Erculiani
2009-09-04 08:34:22 +02:00
parent 182d76e077
commit ddcd140e39
+1 -1
View File
@@ -65,7 +65,7 @@ class SulfurApplication(Controller, SulfurApplicationEventsMixin):
self.Cacher = EntropyCacher()
self.do_debug = False
locked = self.Equo.resources_check_lock()
locked = self.Equo.application_lock_check()
if locked:
okDialog( None,
_("Entropy resources are locked and not accessible. Another Entropy application is running. Sorry, can't load Sulfur.") )