diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-05-30 09:54:26 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-05-30 09:54:26 +0000 |
commit | f77f90cbab5a6a6123c878179419c2c512ea957d (patch) | |
tree | 6dee3dff0a718d2cf1076caefe217f23df08216b /src/inc.c | |
parent | 0d083af751d0d2c971f89bf384c4d399a7b34772 (diff) |
fixed a transient window problem.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@300 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/inc.c')
-rw-r--r-- | src/inc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -402,6 +402,8 @@ static void inc_progress_dialog_destroy(IncProgressDialog *inc_dialog) inc_dialog_list = g_list_remove(inc_dialog_list, inc_dialog); + manage_window_destroy(inc_dialog->dialog->window, NULL); + main_window_progress_off(inc_dialog->mainwin); progress_dialog_destroy(inc_dialog->dialog); |