From: Sergio Villar Senin Date: Tue, 8 Jan 2008 10:55:57 +0000 (+0000) Subject: * Fixed NB#79057, delete confirmation note is now shown over the proper window X-Git-Tag: git_migration_finished~1854 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=731b157a883c553c3d573671e336aafb53997c8e;hp=3dd39413ed6c4ee2bd23498a76858c980c15aa7c * Fixed NB#79057, delete confirmation note is now shown over the proper window pmo-trunk-r3989 --- diff --git a/src/maemo/modest-msg-view-window.c b/src/maemo/modest-msg-view-window.c index b152574..ac61b6a 100644 --- a/src/maemo/modest-msg-view-window.c +++ b/src/maemo/modest-msg-view-window.c @@ -2402,7 +2402,6 @@ modest_msg_view_window_view_attachment (ModestMsgViewWindow *window, TnyMimePart modest_window_set_zoom (MODEST_WINDOW (msg_win), modest_window_get_zoom (MODEST_WINDOW (window))); modest_window_mgr_register_window (mgr, msg_win); - gtk_window_set_transient_for (GTK_WINDOW (msg_win), GTK_WINDOW (window)); gtk_widget_show_all (GTK_WIDGET (msg_win)); } }