fix LF in tabbed_chat_window and set svn:eol-style LF for src/*py
This commit is contained in:
parent
10554dcc78
commit
ec7e7ddbd8
|
@ -774,7 +774,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
|
||||
|
||||
|
|
Loading…
Reference in New Issue