Browse Source

wrong call to statusbar

master
Julio Biason 14 years ago
parent
commit
8bb6055172
  1. 3
      mitterlib/ui/ui_pygtk.py

3
mitterlib/ui/ui_pygtk.py

@ -639,7 +639,8 @@ class Interface(object):
display = _('Removing message from %s from favorites...')
else:
display = _('Marking message from %s as favorite...')
self._statusbar(display % (message.author.username), pair='favorite')
self._statusbar.volatile(display % (message.author.username),
pair='favorite')
self._threads.add_work(self._post_favorite_message,
self._exception_favorite_message,
self._connection.favorite,

Loading…
Cancel
Save