summaryrefslogtreecommitdiff
path: root/UpdateManager/UpdateManager.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-02-18 16:06:37 +0100
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-02-18 16:06:37 +0100
commit8abb01fb328c6e0c3da3263af149934b02949b8a (patch)
tree397fd4a832636b0318aa60274b904780f520897b /UpdateManager/UpdateManager.py
parentcf64db47c8e2192041df35c6dd056fe6ae91cacc (diff)
downloadpython-apt-8abb01fb328c6e0c3da3263af149934b02949b8a.tar.gz
* Do not disable the update dialog during downloading of the changelog
* Show step 5 "Restarting the system" in the ui, since users asked me, how and when they should reboot. this should provide a better picture of the upgrade process * Fixed the parent of the change media dialog * Converted the abort DistUpgrade dialog to a nice glade dialog * Disabled the abortion of the DistUpgrade. it is currently not supported.
Diffstat (limited to 'UpdateManager/UpdateManager.py')
-rw-r--r--UpdateManager/UpdateManager.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py
index f73f790a..8b757bd1 100644
--- a/UpdateManager/UpdateManager.py
+++ b/UpdateManager/UpdateManager.py
@@ -356,7 +356,6 @@ class UpdateManager(SimpleGladeApp):
self.set_changes_buffer(changes_buffer, changes[0], name, changes[1])
else:
if self.expander_details.get_expanded():
- self.hbox_footer.set_sensitive(False)
lock = thread.allocate_lock()
lock.acquire()
t=thread.start_new_thread(self.cache.get_changelog,(name,lock))
@@ -373,7 +372,6 @@ class UpdateManager(SimpleGladeApp):
# download finished (or canceld, or time-out)
button.hide()
button.disconnect(id);
- self.hbox_footer.set_sensitive(True)
if self.cache.all_changes.has_key(name):
changes = self.cache.all_changes[name]