Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/nm/nmclient.py
diff options
context:
space:
mode:
Diffstat (limited to 'services/nm/nmclient.py')
-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 = {}