[frogr] Actually set the text in the status bar when updating it



commit 4e18db1c1a4a2c4161480c47c86ef57103d76924
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Fri Apr 22 18:10:13 2011 +0200

    Actually set the text in the status bar when updating it

 src/frogr-main-view.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/frogr-main-view.c b/src/frogr-main-view.c
index 61417f6..a56de61 100644
--- a/src/frogr-main-view.c
+++ b/src/frogr-main-view.c
@@ -1181,6 +1181,7 @@ static void _update_state_description (FrogrMainView *mainview)
 
   description = _craft_state_description (mainview);
   frogr_main_view_model_set_state_description (priv->model, description);
+  frogr_main_view_set_status_text (mainview, description);
 
   DEBUG ("state description changed: %s", description);
   g_free (description);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]