From d50acf718384a073e2171e30d0add85eba368d88 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 22 Dec 2005 07:08:21 +0000 Subject: modified window handling. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@853 ee746299-78ed-0310-b773-934348b2243d --- src/mainwindow.c | 2 ++ src/summary_search.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/mainwindow.c b/src/mainwindow.c index 0da3baa5..500e4640 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -2740,12 +2740,14 @@ static void import_mbox_cb(MainWindow *mainwin, guint action, GtkWidget *widget) { import_mbox(mainwin->summaryview->folder_item); + main_window_popup(mainwin); } static void export_mbox_cb(MainWindow *mainwin, guint action, GtkWidget *widget) { export_mbox(mainwin->summaryview->folder_item); + main_window_popup(mainwin); } static void empty_trash_cb(MainWindow *mainwin, guint action, diff --git a/src/summary_search.c b/src/summary_search.c index be16a2ce..f067e07c 100644 --- a/src/summary_search.c +++ b/src/summary_search.c @@ -175,7 +175,7 @@ void summary_search(FolderItem *item) if (!search_window.window) summary_search_create(); else - gtk_widget_hide(search_window.window); + gtk_window_present(search_window.window); if (item && item->stype != F_VIRTUAL) { id = folder_item_get_identifier(item); -- cgit v1.2.3