diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 23:37:02 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 23:37:02 +0100 |
| commit | c6211083b2442ef7f3294335c1ef1f2522bca3ca (patch) | |
| tree | 4e75fe6abc343e50882c0bc4d39595ba0781d5f1 /SoftwareProperties/dialog_cache_outdated.py | |
| parent | f82bab3cff10463e934a8f52892b312cdca2f225 (diff) | |
| parent | 82583acbe28b9bbfc581df8081d22191af342801 (diff) | |
| download | python-apt-c6211083b2442ef7f3294335c1ef1f2522bca3ca.tar.gz | |
* merged from the laptop branch
Diffstat (limited to 'SoftwareProperties/dialog_cache_outdated.py')
| -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() |
