remove trailing whitespaces

This commit is contained in:
Nikos Kouremenos 2005-12-07 18:00:29 +00:00
parent a7d33363b4
commit da66495f36
1 changed files with 17 additions and 17 deletions

View File

@ -538,7 +538,7 @@ class ConversationTextview(gtk.TextView):
kind = 'incoming'
# print the time stamp
if not tim:
#We don't have tim for outgoing messages...
# We don't have tim for outgoing messages...
tim = time.localtime()
if gajim.config.get('print_time') == 'always':
before_str = gajim.config.get('before_time')