diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-01-24 21:11:07 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-01-24 21:11:07 +0100 |
| commit | 29398c34b0296e5fbc24aa8db9230214b79153ba (patch) | |
| tree | 7fd9e11d1f1aa7a1cdd846ed024115d3f2013290 | |
| parent | 799173d10917ac130d9ccb8a54c9a12b3be2b49e (diff) | |
| download | python-apt-29398c34b0296e5fbc24aa8db9230214b79153ba.tar.gz | |
* Keep upgrade window always above all other - thanks mvo
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 4 |
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) |
