aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/query_search.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcce8d46..56fc9621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2010-02-15
+ * src/query_search.c: row_activated(): fixed a bug that 'Getting
+ message n' message was left on the status bar on displaying IMAP4
+ messages with new window.
+
+2010-02-15
+
* src/setup.c: fixed compile error with OpenSSL disabled.
Don't accept default Gmail address.
diff --git a/src/query_search.c b/src/query_search.c
index 5261b49e..d541f9c7 100644
--- a/src/query_search.c
+++ b/src/query_search.c
@@ -852,6 +852,7 @@ static void row_activated(GtkTreeView *treeview, GtkTreePath *path,
msginfo)) {
msgview = messageview_create_with_new_window();
messageview_show(msgview, msginfo, FALSE);
+ statusbar_pop_all();
}
}