Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-26 11:26:10 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-26 11:26:10 (GMT)
commitfa1d25d4411b3392b5ae0ddb50958e27c9299599 (patch)
tree1035f45988009dc8a9daa787008a8c46591ee463 /shell/model
parent89a91954c91b18df5cf961732fca5f938f375797 (diff)
Add a device-added signal
Diffstat (limited to 'shell/model')
-rw-r--r--shell/model/MeshModel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/model/MeshModel.py b/shell/model/MeshModel.py
index 199dd83..c6247a8 100644
--- a/shell/model/MeshModel.py
+++ b/shell/model/MeshModel.py
@@ -89,7 +89,7 @@ class MeshModel(gobject.GObject):
network_manager = hardwaremanager.get_network_manager()
for nm_device in network_manager.get_devices():
self._add_network_device(nm_device)
- network_manager.connect('device-activated',
+ network_manager.connect('device-added',
self._nm_device_activated_cb)
def _nm_device_activated_cb(self, manager, nm_device):