X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-mail-operation.c;h=11a5bbb940c5d46e7908b46014c9b8bfc6e3d309;hp=0caffc3a6c9381d9b2f2481373b78a6d979bdfe4;hb=3a04dbb6afd223e2680315ad6206cb47b40557f2;hpb=a38f50af4c0747976ed5d869e50cb46f29e3bb8a diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index 0caffc3..11a5bbb 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -2238,7 +2238,7 @@ get_msg_async_cb (TnyFolder *folder, if (canceled) { canceled = TRUE; finished = TRUE; - priv->status == MODEST_MAIL_OPERATION_STATUS_CANCELED; + priv->status = MODEST_MAIL_OPERATION_STATUS_CANCELED; } else if (err) { priv->status = MODEST_MAIL_OPERATION_STATUS_FINISHED_WITH_ERRORS; if (err) {