* Fixes NB#75878, the account wizard dialog is no longer system-modal
authorSergio Villar Senin <svillar@igalia.com>
Wed, 14 Nov 2007 10:31:10 +0000 (10:31 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Wed, 14 Nov 2007 10:31:10 +0000 (10:31 +0000)
pmo-trunk-r3728

src/modest-ui-actions.c

index 591deb7..32a2320 100644 (file)
@@ -236,6 +236,7 @@ modest_ui_actions_run_account_setup_wizard (ModestWindow *win)
                                                         TRUE);  /* create if not existent */
        
        /* make sure the mainwindow is visible */
                                                         TRUE);  /* create if not existent */
        
        /* make sure the mainwindow is visible */
+       gtk_window_set_transient_for (GTK_WINDOW (wizard), GTK_WINDOW (win));
        gtk_widget_show_all (GTK_WIDGET(win));
        gtk_window_present (GTK_WINDOW(win));
        
        gtk_widget_show_all (GTK_WIDGET(win));
        gtk_window_present (GTK_WINDOW(win));