summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-24 21:31:15 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-24 21:31:15 +0100
commiteafc60dc2e45da06b0884621d4d9e4ce26e1dba8 (patch)
treedf444782b7e4108ca44885e9b9bcc94c1684edfa /DistUpgrade
parent6b179749e53c6295b2dc05912f0b1eb4837e5c62 (diff)
parent29398c34b0296e5fbc24aa8db9230214b79153ba (diff)
downloadpython-apt-eafc60dc2e45da06b0884621d4d9e4ce26e1dba8.tar.gz
* merged with sebastian
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 605db185..0cbc22be 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)