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-03-03 20:25:34 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-03 20:25:34 (GMT)
commitb4836718de7bf1832cbbb2bb712cd2e349672cda (patch)
tree749da7da17515a973ed422ab6665fe2ba91a08e6 /shell/hardware/nmclient.py
parent7b114879952062413e0f31e8ae164b4cd1a979d6 (diff)
Fix signal signature
Diffstat (limited to 'shell/hardware/nmclient.py')
-rw-r--r--shell/hardware/nmclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hardware/nmclient.py b/shell/hardware/nmclient.py
index 31c198d..5d108a3 100644
--- a/shell/hardware/nmclient.py
+++ b/shell/hardware/nmclient.py
@@ -548,7 +548,7 @@ class NMClient(gobject.GObject):
return
self._devices[device].set_state(DEVICE_STATE_INACTIVE)
- def device_activation_failed_sig_handler(self, device):
+ def device_activation_failed_sig_handler(self, device, ssid=None):
logging.debug('DeviceActivationFailed for %s' % (device))
if not self._devices.has_key(device):
logging.debug('DeviceActivationFailed, device %s does not exist' % (device))