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:20:36 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-26 12:20:36 (GMT)
commit6fadbde8bc5f7b0d706ad684ee2f7bcee275b1b9 (patch)
treeffaaa30c08dcfe8993bb94ded61e92a451b76c7f /shell/hardware/nmclient.py
parentdd74d030c3c82d63c594c6add1aea57f44229ac4 (diff)
Fix up propagation of the state property 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 3bcc433..1be01ed 100644
--- a/shell/hardware/nmclient.py
+++ b/shell/hardware/nmclient.py
@@ -224,6 +224,7 @@ class Device(gobject.GObject):
if op == active_op:
self.set_active_network(net)
+ self.emit('network-appeared', net)
def _update_error_cb(self, err):
logging.debug("Device(%s): failed to update. (%s)" % (self._op, err))