Properly update the progress information
[modest] / src / hildon2 / modest-header-window.c
index a4f1ae1..8af3094 100644 (file)
@@ -879,6 +879,8 @@ update_progress_hint (ModestHeaderWindow *self)
 
        if (has_active_operations (self)) {
                priv->progress_hint = TRUE;
+       } else {
+               priv->progress_hint = FALSE;
        }
 
        if (!priv->progress_hint && priv->current_store_account) {