Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-11-13 00:00:37 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-11-13 00:00:37 (GMT)
commit335d6e68754eea5522df480b1df6a9232f9bd365 (patch)
tree43697d4529201baed03347b9f5022500a9eff0a4
parentd6e8369c7edadb53e590a0de6f9eddd35a46016f (diff)
parent9e6f1b6619d680044872a7e671f2dc1bc01bf364 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
-rw-r--r--services/nm/nmclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/nm/nmclient.py b/services/nm/nmclient.py
index ad14f8c..3133c4e 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 = {}