From: Sergio Villar Senin Date: Wed, 18 Mar 2009 10:42:30 +0000 (+0000) Subject: Properly update the progress information X-Git-Tag: git_migration_finished~271 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=599760add45b15b23de7ef18ed7ef88318846028 Properly update the progress information pmo-trunk-r8148 --- diff --git a/src/hildon2/modest-folder-window.c b/src/hildon2/modest-folder-window.c index 7598025..6a14d9d 100644 --- a/src/hildon2/modest-folder-window.c +++ b/src/hildon2/modest-folder-window.c @@ -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) { diff --git a/src/hildon2/modest-header-window.c b/src/hildon2/modest-header-window.c index a4f1ae1..8af3094 100644 --- a/src/hildon2/modest-header-window.c +++ b/src/hildon2/modest-header-window.c @@ -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) {