Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/hardware
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-25 14:05:56 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-25 14:05:56 (GMT)
commit10bfe004a8b5ab9176b9b26455f2da14ac052340 (patch)
tree3ab783439370ad0f26fa00e8d03986c0cac2eb70 /shell/hardware
parentf907ceeae67f0a42ddd4a1b4e17ddcaf5cfa8ae8 (diff)
Fix strength propagation
Diffstat (limited to 'shell/hardware')
-rw-r--r--shell/hardware/nmclient.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/hardware/nmclient.py b/shell/hardware/nmclient.py
index 41bf5e2..d1189f0 100644
--- a/shell/hardware/nmclient.py
+++ b/shell/hardware/nmclient.py
@@ -108,6 +108,8 @@ class Network(gobject.GObject):
logging.debug("Net(%s): ssid '%s', mode %d, strength %d" % (self._op,
self._ssid, self._mode, self._strength))
+ self.emit('strength-changed')
+
def _update_error_cb(self, err):
logging.debug("Net(%s): failed to update. (%s)" % (self._op, err))
self._valid = False