* Reopening NB#64908 because setting this dialog modal does not enable the user...
authorSergio Villar Senin <svillar@igalia.com>
Mon, 10 Sep 2007 17:12:32 +0000 (17:12 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 10 Sep 2007 17:12:32 +0000 (17:12 +0000)
pmo-trunk-r3258

src/modest-ui-actions.c

index de39900..f53a3ee 100644 (file)
@@ -688,7 +688,6 @@ modest_ui_actions_on_accounts (GtkAction *action, ModestWindow *win)
                gtk_window_set_transient_for (GTK_WINDOW (account_win), GTK_WINDOW (win));
                
                /* The accounts dialog must be modal  */
-               gtk_window_set_modal (GTK_WINDOW (account_win), TRUE);
                modest_maemo_show_dialog_and_forget (GTK_WINDOW (win), account_win); 
        }
 #else