From: Jose Dapena Paz Date: Wed, 12 Dec 2007 20:41:57 +0000 (+0000) Subject: * src/modest-tny-send-queue.c: X-Git-Tag: git_migration_finished~1931 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=5e591d29f67c9c2d7acb77b43b32fb2ce79ea175 * src/modest-tny-send-queue.c: * Now we remove the "current" sending message from the send queue also when the message sending fails (fixes NB#75510). pmo-trunk-r3907 --- diff --git a/src/modest-tny-send-queue.c b/src/modest-tny-send-queue.c index 338201b..bd1f2e9 100644 --- a/src/modest-tny-send-queue.c +++ b/src/modest-tny-send-queue.c @@ -624,6 +624,7 @@ _on_msg_error_happened (TnySendQueue *self, /* Keep in queue so that we remember that the opertion has failed */ /* and was not just cancelled */ info->status = MODEST_TNY_SEND_QUEUE_FAILED; + priv->current = NULL; /* Notify status has changed */ g_signal_emit (self, signals[STATUS_CHANGED], 0, info->msg_id, info->status);