summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
authorMathieu Pasquet <mathieui@mathieui.net>2013-09-19 00:19:42 +0200
committerMathieu Pasquet <mathieui@mathieui.net>2013-09-19 00:19:42 +0200
commit40af34ad7cf44da77a1d9ed8f63bee5d6790e8cc (patch)
treedf47646aa7b7086667c4227cf254bba4dffe41ab /src/tabs.py
parentb245ff6e2da5eb56e9233ff5bac1d4855e64e949 (diff)
downloadpoezio-40af34ad7cf44da77a1d9ed8f63bee5d6790e8cc.tar.gz
poezio-40af34ad7cf44da77a1d9ed8f63bee5d6790e8cc.tar.bz2
poezio-40af34ad7cf44da77a1d9ed8f63bee5d6790e8cc.tar.xz
poezio-40af34ad7cf44da77a1d9ed8f63bee5d6790e8cc.zip
Fix #2372 (traceback on space in roster after disconnect)
selected_row wasn’t reset
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index db534a72..c4615f0c 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -2963,7 +2963,6 @@ class RosterInfoTab(Tab):
while not found_group and pos >= 0:
row = self.roster_win.roster_cache[pos]
pos -= 1
- log.debug(row)
if isinstance(row, RosterGroup):
found_group = True
group = row.name