remove trailing whitespaces
This commit is contained in:
parent
a7d33363b4
commit
da66495f36
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue