From 9e6f1b6619d680044872a7e671f2dc1bc01bf364 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 12 Nov 2006 23:37:25 +0000 Subject: Fix icon update on NM going away --- (limited to 'services') 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 = {} -- cgit v0.9.1