diff --git a/shell/hardware/nmclient.py b/shell/hardware/nmclient.py index 1be01ed8..929fc75d 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: