Browse Source

Removed really silly code.

master
Julio Biason 14 years ago
parent
commit
0c734eec45
  1. 2
      mitterlib/ui/ui_pygtk.py

2
mitterlib/ui/ui_pygtk.py

@ -836,7 +836,7 @@ class Interface(object):
prefix = _('New messages retrieved.')
suffix = N_('Next update in %d minute', 'Next update in %d minutes',
interval)
next_update = '(%s)' % (next_call.strftime('%H:%M:%S'))
next_update = next_call.strftime('%H:%M:%S')
# TODO: Check if the time format string should go in the config file.
message = '%s %s %s.' % (prefix, suffix, next_update)

Loading…
Cancel
Save