Skip to content
Snippets Groups Projects
Commit b474e314 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

restore_conversation is back

parent 7ddc438f
No related branches found
No related tags found
No related merge requests found
......@@ -761,7 +761,7 @@ timestamp, contact):
nb, line = gajim.logger.read(jid, count - 1 - pos, count - pos)
pos = pos + 1
# line is [] if log file for jid is not a file (does not exist or dir)
# line is [] if log file for jid is not a file (does not exist or dir)
if line == []:
break
......@@ -773,8 +773,8 @@ timestamp, contact):
# we don't want to display status lines, do we?
continue
lines.append(line[0])
size = size + 1
lines.append(line[0])
size = size + 1
if lines != []:
lines.reverse()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment