|
|
@ -839,7 +839,7 @@ class Interface(object): |
|
|
|
next_update = 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. |
|
|
|
# TODO: Check if the time format string should go in the config file. |
|
|
|
|
|
|
|
|
|
|
|
message = '%s %s %s.' % (prefix, suffix, next_update) |
|
|
|
message = '%s %s (at %s).' % (prefix, suffix, next_update) |
|
|
|
self._update_statusbar(message % (interval)) |
|
|
|
self._update_statusbar(message % (interval)) |
|
|
|
self._refresh_id = gobject.timeout_add( |
|
|
|
self._refresh_id = gobject.timeout_add( |
|
|
|
interval * 60 * 1000, |
|
|
|
interval * 60 * 1000, |
|
|
|