From 86ae344e4dab169adc622a8a07f275321d811dd1 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 02 Sep 2010 16:25:39 +0000 Subject: Connect to gabble immediatly after registration or when setting a new jabber server #10350 --- (limited to 'src/telepathy_plugin.py') diff --git a/src/telepathy_plugin.py b/src/telepathy_plugin.py index 5aca07e..8ad211c 100644 --- a/src/telepathy_plugin.py +++ b/src/telepathy_plugin.py @@ -153,6 +153,9 @@ class TelepathyPlugin(gobject.GObject): self._ip4am_sigid = self._ip4am.connect('address-changed', self._ip4_address_changed_cb) + def reload_account_info(self): + self._account = self._get_account_info() + @property def status(self): """Return the Telepathy connection status.""" -- cgit v0.9.1