Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/hardware/nmclient.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-26 12:24:21 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-26 12:24:21 (GMT)
commitde2a2011c6240fe35e860e3b7f9a90683f4931fc (patch)
treec3226d16e6d891fdf03a830300df63c0134ec73a /shell/hardware/nmclient.py
parentbcbab5612fd671c974bcf9ac110c71ea566a413e (diff)
Fix propagation of Device ssid changes
Diffstat (limited to 'shell/hardware/nmclient.py')
-rw-r--r--shell/hardware/nmclient.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hardware/nmclient.py b/shell/hardware/nmclient.py
index 1be01ed..929fc75 100644
--- a/shell/hardware/nmclient.py
+++ b/shell/hardware/nmclient.py
@@ -283,6 +283,7 @@ class Device(gobject.GObject):
def _active_network_ssid_changed_cb(self, active_network):
self._ssid = active_network.get_ssid()
+ self.emit('ssid-changed')
def set_active_network(self, network):
if self._active_network: