From bdbfbf58ea2ad99da9352b5c96945567d49c8e73 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Mon, 10 Sep 2007 17:12:32 +0000 Subject: [PATCH] * Reopening NB#64908 because setting this dialog modal does not enable the user to access to the other dialogs that could be launched with the edit or new buttons pmo-trunk-r3258 --- src/modest-ui-actions.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index de39900..f53a3ee 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -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 -- 1.7.9.5