Properly update the progress information
authorSergio Villar Senin <svillar@igalia.com>
Wed, 18 Mar 2009 10:42:30 +0000 (10:42 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Wed, 18 Mar 2009 10:42:30 +0000 (10:42 +0000)
pmo-trunk-r8148

src/hildon2/modest-folder-window.c
src/hildon2/modest-header-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) {
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) {