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:
authorSimon Schampijer <simon@schampijer.de>2010-09-02 16:25:39 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-09-02 16:25:39 (GMT)
commit86ae344e4dab169adc622a8a07f275321d811dd1 (patch)
treed31af93956c3b4e170e21301d3b353ac0be2668a /src/telepathy_plugin.py
parent0b3286499ce896d8c0d7ee2b87fc7a2944e394f4 (diff)
Connect to gabble immediatly after registration or when setting a new jabber server #10350
Diffstat (limited to 'src/telepathy_plugin.py')
-rw-r--r--src/telepathy_plugin.py3
1 files changed, 3 insertions, 0 deletions
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."""