From: Sergio Villar Senin Date: Mon, 10 Nov 2008 11:49:36 +0000 (+0000) Subject: * Fixes NB#92085, added a missing dialog destroy X-Git-Tag: git_migration_finished~1046 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=7ec3145b6e5eb9e748ecae0c0b1d9dad897268a9;hp=03b1078f88f675ad68b7de85cce3e4e2b0621d29 * Fixes NB#92085, added a missing dialog destroy pmo-trunk-r6249 --- diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 1138e6e..8bd2526 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -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; }