Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: