From 8bb60551727dcab69fea6bd474b70b4ef6d82389 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 20 Apr 2010 10:49:16 -0300 Subject: [PATCH] wrong call to statusbar --- mitterlib/ui/ui_pygtk.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mitterlib/ui/ui_pygtk.py b/mitterlib/ui/ui_pygtk.py index 3d59bbc..e3de563 100644 --- a/mitterlib/ui/ui_pygtk.py +++ b/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,