diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-03-21 19:19:32 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-03-21 19:19:32 +0100 |
| commit | 313d2bb993c4132ad2043ff1ad96234884f82264 (patch) | |
| tree | 792a6ca227ee6ff311c6ae266756e5b7498b8807 /SoftwareProperties | |
| parent | 480b1f25929a339b0de10096f0162308e8a0f6c3 (diff) | |
| download | python-apt-313d2bb993c4132ad2043ff1ad96234884f82264.tar.gz | |
* Fixed reload information
* glade file cleanup - should fix some annoyances with focus stealing
Diffstat (limited to 'SoftwareProperties')
| -rw-r--r-- | SoftwareProperties/SoftwareProperties.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py index 5f4b5054..099576d0 100644 --- a/SoftwareProperties/SoftwareProperties.py +++ b/SoftwareProperties/SoftwareProperties.py @@ -344,7 +344,7 @@ class SoftwareProperties(SimpleGladeApp): # show a dialog that a reload of the channel information is required # only if there is no parent defined if self.modified == True and \ - self.window_main.get_transient_for() != None: + self.window_main.get_transient_for() == None: d = dialog_cache_outdated.DialogCacheOutdated(self.window_main, self.datadir) res = d.run() |
