Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/buddy.py
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-02-13 14:04:41 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-02-15 12:05:39 (GMT)
commit0b007af8959c162ab6254a0c0ab9d0b7c0c4fd58 (patch)
tree17dc4c6223160d33f220b5599383def0d5646b92 /src/buddy.py
parent74b57d7676c8d2c9e252f80c56e8c79e0ec63757 (diff)
add the iface in the address-changed signal
Diffstat (limited to 'src/buddy.py')
-rw-r--r--src/buddy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buddy.py b/src/buddy.py
index e956b73..430b57b 100644
--- a/src/buddy.py
+++ b/src/buddy.py
@@ -901,7 +901,7 @@ class GenericOwner(Buddy):
if tp.status == CONNECTION_STATUS_CONNECTED:
self._set_self_olpc_properties(tp)
- def _ip4_address_changed_cb(self, monitor, address):
+ def _ip4_address_changed_cb(self, monitor, address, iface):
"""Handle IPv4 address change, set property to generate event"""
props = {_PROP_IP4_ADDRESS: address}
self.set_properties(props)