diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 22:36:07 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 22:36:07 +0100 |
| commit | 7793c2ffc0e8e0dc551847144fcc27e0bf021cc1 (patch) | |
| tree | c60e199413d0723d16f4a56285e531e7b5f47619 /SoftwareProperties | |
| parent | a270b2bc2c7a0bb5ce3318e617fc3d3e00fe35dd (diff) | |
| download | python-apt-7793c2ffc0e8e0dc551847144fcc27e0bf021cc1.tar.gz | |
* fix parent id for the software properties
Diffstat (limited to 'SoftwareProperties')
| -rw-r--r-- | SoftwareProperties/dialog_cache_outdated.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SoftwareProperties/dialog_cache_outdated.py b/SoftwareProperties/dialog_cache_outdated.py index 11935519..de85cc2e 100644 --- a/SoftwareProperties/dialog_cache_outdated.py +++ b/SoftwareProperties/dialog_cache_outdated.py @@ -49,7 +49,7 @@ class DialogCacheOutdated: pass cmd = ["/usr/sbin/synaptic", "--hide-main-window", "--non-interactive", - "--parent-window-id", "%s" % (id), + "--parent-window-id", "%s" % (window_id), "--update-at-startup"] subprocess.call(cmd) lock.release() |
