Fix up propagation of the state property changes

This commit is contained in:
Marco Pesenti Gritti
2007-02-26 13:20:36 +01:00
parent dd74d030c3
commit 6fadbde8bc
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -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))