aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-22 07:08:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-22 07:08:21 +0000
commitd50acf718384a073e2171e30d0add85eba368d88 (patch)
tree8b714ba276f2f3fe73a1fcfdd3150ee068861dd8 /src/mainwindow.c
parentd80a3b56dd4f6cf9a16510402b9122a75116b90c (diff)
modified window handling.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@853 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 2 insertions, 0 deletions
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,