[sulfur] lock "Update all" button when application is in locked status

This commit is contained in:
Fabio Erculiani
2010-09-24 19:25:46 +02:00
parent 7f9fdb274c
commit 37ac11117a

View File

@@ -376,6 +376,7 @@ class SulfurApplication(Controller, SulfurApplicationEventsMixin):
self.ui.installPackageItem.set_sensitive(not self._RESOURCES_LOCKED)
self.ui.systemVbox.set_sensitive(not self._RESOURCES_LOCKED)
self.ui.prefSystemRepoBox.set_sensitive(not self._RESOURCES_LOCKED)
self.ui.pkgSelect.set_sensitive(not self._RESOURCES_LOCKED)
def setup_labels(self):