summaryrefslogtreecommitdiff
path: root/SoftwareProperties
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-03-22 22:36:07 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-03-22 22:36:07 +0100
commit7793c2ffc0e8e0dc551847144fcc27e0bf021cc1 (patch)
treec60e199413d0723d16f4a56285e531e7b5f47619 /SoftwareProperties
parenta270b2bc2c7a0bb5ce3318e617fc3d3e00fe35dd (diff)
downloadpython-apt-7793c2ffc0e8e0dc551847144fcc27e0bf021cc1.tar.gz
* fix parent id for the software properties
Diffstat (limited to 'SoftwareProperties')
-rw-r--r--SoftwareProperties/dialog_cache_outdated.py2
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()