talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 78573edb833f03b831dc9acc46b49a2b7e2540d5
parent 244bab935ad23519af7029ef5bfe9dd788d7bae2
Author: Paul <paul@claws-mail.org>
Date:   Sat, 17 Aug 2013 09:19:30 +0100

fix bug 2995, 'closing extended quick search information panel triggers window focus bug'

Diffstat:
Msrc/gtk/quicksearch.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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); };