summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()