[Commits] [SCM] claws branch, master, updated. 3.9.2-71-g78573ed
claws at claws-mail.org
claws at claws-mail.org
Sat Aug 17 10:19:37 CEST 2013
The branch master of project "claws" (Claws Mail) has been updated
via 78573edb833f03b831dc9acc46b49a2b7e2540d5 (commit)
from 244bab935ad23519af7029ef5bfe9dd788d7bae2 (commit)
- Log -----------------------------------------------------------------
commit 78573edb833f03b831dc9acc46b49a2b7e2540d5
Author: Paul <paul at claws-mail.org>
Date: Sat Aug 17 09:19:30 2013 +0100
fix bug 2995, 'closing extended quick search information panel triggers window focus bug'
diff --git a/src/gtk/quicksearch.c b/src/gtk/quicksearch.c
index 92bb496..8f45185 100644
--- a/src/gtk/quicksearch.c
+++ b/src/gtk/quicksearch.c
@@ -505,7 +505,7 @@ static DescriptionWindow search_descr = {
static void search_description_cb(GtkWidget *widget)
{
- search_descr.parent = mainwindow_get_mainwindow()->window;
+ search_descr.parent = gtkut_window_new(GTK_WINDOW_TOPLEVEL, "description_window");
description_window_create(&search_descr);
};
-----------------------------------------------------------------------
Summary of changes:
src/gtk/quicksearch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list