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