* src/maemo/modest-progress-bar-widget.c:
[modest] / src / maemo / modest-progress-bar-widget.c
index dc0ef64..638ab31 100644 (file)
@@ -374,7 +374,7 @@ on_progress_changed (ModestMailOperation  *mail_op,
        if (priv->current == mail_op) {
                gchar *msg = NULL;
                
-               determined = (state->done > 0 && state->total > 0) && 
+               determined = (state->done > 0 && state->total > 1) && 
                        !(state->done == 1 && state->total == 100);
 
                switch (state->op_type) {