fix LF in tabbed_chat_window and set svn:eol-style LF for src/*py

This commit is contained in:
Nikos Kouremenos 2005-09-07 10:13:00 +00:00
parent 10554dcc78
commit ec7e7ddbd8
1 changed files with 1 additions and 1 deletions

View File

@ -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