Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/buddy.py
diff options
context:
space:
mode:
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)