* Fixes NB#92085, added a missing dialog destroy
authorSergio Villar Senin <svillar@igalia.com>
Mon, 10 Nov 2008 11:49:36 +0000 (11:49 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 10 Nov 2008 11:49:36 +0000 (11:49 +0000)
pmo-trunk-r6249

src/modest-ui-actions.c

index 1138e6e..8bd2526 100644 (file)
@@ -3618,6 +3618,7 @@ modest_ui_actions_on_password_requested (TnyAccountStore *account_store,
                g_warning("%s: Could not get server name for server account '%s'", __FUNCTION__, server_account_name);
                if (cancel)
                        *cancel = TRUE;
+               gtk_widget_destroy (dialog);
                return;
        }