From 89ae9804a21a0a405582245f312631d7091aedeb Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 3 Jan 2008 10:03:27 +0000 Subject: [PATCH 1/1] * Fixes NB#78843, menus and CSM are working again after opening an editor window pmo-trunk-r3974 --- src/modest-ui-actions.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index ad8f48d..83cd10a 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -789,11 +789,6 @@ modest_ui_actions_compose_msg(ModestWindow *win, attachments = g_slist_next(attachments); } modest_window_mgr_register_window (modest_runtime_get_window_mgr(), msg_win); - - if (win) { - gtk_window_set_transient_for (GTK_WINDOW (msg_win), - GTK_WINDOW (win)); - } gtk_widget_show_all (GTK_WIDGET (msg_win)); cleanup: -- 1.7.9.5