summaryrefslogtreecommitdiff
path: root/UpdateManager/UpdateManager.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-18 19:12:19 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-18 19:12:19 +0100
commitf10aaa0dc42d4f0f20154289a515c42656df45ed (patch)
treecbc6b67a15eee925c702a7fd61c4df045918a862 /UpdateManager/UpdateManager.py
parent3627c6cb340d46d1f6e9a67e8863b36ff6fdc3d5 (diff)
downloadpython-apt-f10aaa0dc42d4f0f20154289a515c42656df45ed.tar.gz
* don't hide the details expander ever
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 7422d7b4..f6e45c65 100644
--- a/UpdateManager/UpdateManager.py
+++ b/UpdateManager/UpdateManager.py
@@ -662,7 +662,6 @@ class UpdateManager(SimpleGladeApp):
if self.list.num_updates < 1:
# set the label and treeview and hide the checkbox column
self.cb.set_visible(False)
- self.expander_details.hide()
text = "<big><b>%s</b></big>\n\n%s" % (_("Your system is up-to-date"),
_("There are no updates available."))
self.label_header.set_markup(text)
@@ -671,7 +670,6 @@ class UpdateManager(SimpleGladeApp):
self.button_install.set_sensitive(False)
else:
self.cb.set_visible(True)
- self.expander_details.show()
self.treeview_update.set_headers_visible(False)
text = _("<big><b>Available Updates</b></big>\n"
"\n"