Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/telepathy_plugin.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/telepathy_plugin.py
parent74b57d7676c8d2c9e252f80c56e8c79e0ec63757 (diff)
add the iface in the address-changed signal
Diffstat (limited to 'src/telepathy_plugin.py')
-rw-r--r--src/telepathy_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telepathy_plugin.py b/src/telepathy_plugin.py
index c486884..5131c9c 100644
--- a/src/telepathy_plugin.py
+++ b/src/telepathy_plugin.py
@@ -555,7 +555,7 @@ class TelepathyPlugin(gobject.GObject):
else:
_logger.debug('%r: Postponing connection', self)
- def _ip4_address_changed_cb(self, ip4am, address):
+ def _ip4_address_changed_cb(self, ip4am, address, iface):
_logger.debug("::: IP4 address now %s", address)
self._reconnect_timeout = self._RECONNECT_INITIAL_TIMEOUT