* src/widgets/modest-progress-bar.c:
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 11 Feb 2008 11:59:27 +0000 (11:59 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Mon, 11 Feb 2008 11:59:27 +0000 (11:59 +0000)
        * Show "receiving" string also for send/receive mail operation
          (fixes NB#79684).

pmo-trunk-r4158

src/widgets/modest-progress-bar.c

index 615e154..869c671 100644 (file)
@@ -371,6 +371,7 @@ on_progress_changed (ModestMailOperation  *mail_op,
                        !(state->done == 1 && state->total == 100);
 
                switch (state->op_type) {
                        !(state->done == 1 && state->total == 100);
 
                switch (state->op_type) {
+               case MODEST_MAIL_OPERATION_TYPE_SEND_AND_RECEIVE:               
                case MODEST_MAIL_OPERATION_TYPE_RECEIVE:                
                        if (determined)
                                msg = g_strdup_printf(_("mcen_me_receiving"),
                case MODEST_MAIL_OPERATION_TYPE_RECEIVE:                
                        if (determined)
                                msg = g_strdup_printf(_("mcen_me_receiving"),