Entropy/Spritz:

- fix SystemSettings call, scan is no more exported, use clear() instead


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3052 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2009-02-22 17:35:57 +00:00
parent 490bf4408a
commit dd9864e06d

View File

@@ -1869,7 +1869,7 @@ class SpritzApplication(Controller):
# live masked, and anyway, better wasting
# 2-3 more cycles than having unattended
# behaviours
self.Equo.SystemSettings.scan()
self.Equo.SystemSettings.clear()
self.Equo.closeAllRepositoryDatabases()
def __validateRepoSubmit(self, repodata, edit = False):