[frogr] Fixed typo in _show_progress_on_idle()



commit 5dcbca5fdec0ceeeaeb619e39b6453938481d88f
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Sat Dec 29 08:34:40 2012 +0100

    Fixed typo in _show_progress_on_idle()

 src/frogr-controller.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-controller.c b/src/frogr-controller.c
index 9685b10..7294763 100644
--- a/src/frogr-controller.c
+++ b/src/frogr-controller.c
@@ -2217,7 +2217,7 @@ _show_progress_on_idle (gpointer data)
 
     case FETCHING_PHOTOSETS:
       text = _("Retrieving list of setsâ");
-      show_dialog = priv->fetching_tags;
+      show_dialog = priv->fetching_photosets;
       break;
 
     case FETCHING_GROUPS:



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