X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account-store.c;h=f1b221e3b0870e390f57bef91185cdd0f6a359eb;hp=8d540c3b91267d7c74c0290a48b42af5dc272b63;hb=cc379b2109f5c1b1a70419454d1a0e53c26559e6;hpb=51372832576ac3b1423ee599cc5b142aabdebd42 diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index 8d540c3..f1b221e 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -513,6 +513,7 @@ show_wrong_password_dialog (TnyAccount *account) if (proto && MODEST_IS_ACCOUNT_PROTOCOL (proto)) { ModestAccountSettingsDialog *dialog = modest_account_protocol_get_account_settings_dialog (proto, modest_account_name); + modest_window_mgr_set_modal (modest_runtime_get_window_mgr (), GTK_WINDOW (dialog), NULL); gtk_widget_show (GTK_WIDGET (dialog)); } }