From 2f887bee18eb197c4a06c391cddc3f28c2984a50 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Mon, 5 Nov 2007 11:04:29 +0000 Subject: [PATCH] * Fixes NB#74764, NB#74260, NB#74639 * Removed an invalid set_transient_for that was provoking weird behaviours, like menus not shown, dialogs shown in the background, etc pmo-trunk-r3635 --- src/modest-ui-actions.c | 1 - src/widgets/modest-window-mgr.c | 9 --------- 2 files changed, 10 deletions(-) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 3f83b27..79f2118 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -996,7 +996,6 @@ open_msg_cb (ModestMailOperation *mail_op, TnyHeader *header, TnyMsg *msg, gpoi mgr = modest_runtime_get_window_mgr (); modest_window_mgr_register_window (mgr, win); g_object_unref (win); - gtk_window_set_transient_for (GTK_WINDOW (win), GTK_WINDOW (parent_win)); gtk_widget_show_all (GTK_WIDGET(win)); } diff --git a/src/widgets/modest-window-mgr.c b/src/widgets/modest-window-mgr.c index 3b94951..bce17ba 100644 --- a/src/widgets/modest-window-mgr.c +++ b/src/widgets/modest-window-mgr.c @@ -366,15 +366,6 @@ modest_window_mgr_get_help_id (ModestWindowMgr *self, GtkWindow *win) return help_id; } - - - - - - - - - static gint compare_msguids (ModestWindow *win, const gchar *uid) -- 1.7.9.5