summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-01-24 21:11:07 +0100
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-01-24 21:11:07 +0100
commit29398c34b0296e5fbc24aa8db9230214b79153ba (patch)
tree7fd9e11d1f1aa7a1cdd846ed024115d3f2013290 /DistUpgrade
parent799173d10917ac130d9ccb8a54c9a12b3be2b49e (diff)
downloadpython-apt-29398c34b0296e5fbc24aa8db9230214b79153ba.tar.gz
* Keep upgrade window always above all other - thanks mvo
Diffstat (limited to 'DistUpgrade')
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py
index 09c6703d..d798befa 100644
--- a/DistUpgrade/DistUpgradeViewGtk.py
+++ b/DistUpgrade/DistUpgradeViewGtk.py
@@ -183,8 +183,8 @@ class GtkDistUpgradeView(DistUpgradeView,SimpleGladeApp):
def __init__(self):
# FIXME: i18n must be somewhere relative do this dir
SimpleGladeApp.__init__(self, "DistUpgrade.glade",
- None, domain="update-manager",
- position="gtk.WIN_POS_CENTER")
+ None, domain="update-manager")
+ self.window_main.set_keep_above(True)
self._opCacheProgress = GtkOpProgress(self.progressbar_cache)
self._fetchProgress = GtkFetchProgressAdapter(self)
self._installProgress = GtkInstallProgressAdapter(self)