From fa94236b78d9053a88b19bdb9b274ad44412b50d Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 12 Nov 2006 18:37:03 -0500 Subject: [PATCH 1/2] Add wepkeydialog to the makefile --- services/nm/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/nm/Makefile.am b/services/nm/Makefile.am index 7f6dce80..577ada85 100644 --- a/services/nm/Makefile.am +++ b/services/nm/Makefile.am @@ -3,7 +3,8 @@ sugar_PYTHON = \ __init__.py \ nmclient.py \ nminfo.py \ - bubble.py + bubble.py \ + wepkeydialog.py bin_SCRIPTS = sugar-nm-applet From 9e6f1b6619d680044872a7e671f2dc1bc01bf364 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 12 Nov 2006 18:37:25 -0500 Subject: [PATCH 2/2] Fix icon update on NM going away --- services/nm/nmclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/nm/nmclient.py b/services/nm/nmclient.py index ad14f8cd..3133c4e1 100644 --- a/services/nm/nmclient.py +++ b/services/nm/nmclient.py @@ -834,7 +834,7 @@ class NMClientApp: if (old and len(old)) and (not new and not len(new)): # NM went away self._nm_present = False - self._schedule_update_timer() + self._schedule_icon_update(immediate=True) for op in self._devices.keys(): del self._devices[op] self._devices = {}