Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/server_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/server_plugin.py
parent74b57d7676c8d2c9e252f80c56e8c79e0ec63757 (diff)
add the iface in the address-changed signal
Diffstat (limited to 'src/server_plugin.py')
-rw-r--r--src/server_plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server_plugin.py b/src/server_plugin.py
index 4a32042..8d0a4f0 100644
--- a/src/server_plugin.py
+++ b/src/server_plugin.py
@@ -62,8 +62,8 @@ class ServerPlugin(TelepathyPlugin):
self._friends_channel = None
- def _ip4_address_changed_cb(self, ip4am, address):
- TelepathyPlugin._ip4_address_changed_cb(self, ip4am, address)
+ def _ip4_address_changed_cb(self, ip4am, address, iface):
+ TelepathyPlugin._ip4_address_changed_cb(self, ip4am, address, iface)
if address:
_logger.debug("::: valid IP4 address, conn_status %s" %