summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-03-12 18:17:29 +0100
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-03-12 18:17:29 +0100
commit9e9773e9d152904633e9ab2270648b3253a73a37 (patch)
treeab878e67a8451449ca66fdf368fa15905963f27f /UpdateManager
parent70baee88bbf6b0c8706241444851d965aec6f9a5 (diff)
downloadpython-apt-9e9773e9d152904633e9ab2270648b3253a73a37.tar.gz
* Select the first upgrade in the list - fix for #23485
Diffstat (limited to 'UpdateManager')
-rw-r--r--UpdateManager/UpdateManager.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py
index 742a711e..20001937 100644
--- a/UpdateManager/UpdateManager.py
+++ b/UpdateManager/UpdateManager.py
@@ -416,6 +416,7 @@ class UpdateManager(SimpleGladeApp):
text_header = "<big><b>"+gettext.ngettext("You can install one update", "You can install %s updates" % len(self.store), len(self.store))+"</b></big>"
text_download = _("Download size: %s" % apt_pkg.SizeToStr(self.dl_size))
+ self.treeview_update.set_cursor(0)
self.expander_details.set_sensitive(True)
self.treeview_update.set_sensitive(True)
self.button_install.grab_default()