* Fixes NB#74764, NB#74260, NB#74639
authorSergio Villar Senin <svillar@igalia.com>
Mon, 5 Nov 2007 11:04:29 +0000 (11:04 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 5 Nov 2007 11:04:29 +0000 (11:04 +0000)
* 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
src/widgets/modest-window-mgr.c

index 3f83b27..79f2118 100644 (file)
@@ -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));
        }
 
index 3b94951..bce17ba 100644 (file)
@@ -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)