Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2008-07-29 10:42:34 +0400
committerYann Leboulanger <asterix@lagaule.org>2008-07-29 10:42:34 +0400
commit676b91731d5339be1059cbfe866ac26c4b8491ca (patch)
treeb2a808de45a16bdf1dde01b00e71c6f1bdedc301 /src/roster_window.py
parent49ea574c7d921c2ef0699b8d92967c6b2c319df0 (diff)
restore autoconnect_as option. Correctly use 80 char width
Diffstat (limited to 'src/roster_window.py')
-rw-r--r--src/roster_window.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/roster_window.py b/src/roster_window.py
index 225738df5..9aa993c37 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -1936,10 +1936,8 @@ class RosterWindow:
child_iterA = self._get_account_iter(account, self.model)
if status != 'offline':
if to is None:
- gajim.config.set_per('accounts', account,
- 'last_status', status)
- gajim.config.set_per('accounts', account,
- 'last_status_msg',
+ gajim.config.set_per('accounts', account, 'last_status', status)
+ gajim.config.set_per('accounts', account, 'last_status_msg',
helpers.to_one_line(txt))
if gajim.connections[account].connected < 2:
self.set_connecting_state(account)