[frogr] Fixed stupid mistake of mine in previous commits.



commit b5492ea3a0f71b3e79e77a6d5123a2a6bd3e8a6a
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Fri Jan 21 09:52:28 2011 +0100

    Fixed stupid mistake of mine in previous commits.
    
    I commented a line to try something out and then forgot to uncommented
    it before committing and pushing the changes to the repository.

 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 1655730..d49e3f6 100644
--- a/src/frogr-controller.c
+++ b/src/frogr-controller.c
@@ -1751,7 +1751,7 @@ frogr_controller_run_app (FrogrController *self)
   priv->app_running = TRUE;
 
   /* Try to pre-fetch some data from the server right after launch */
-  /* _fetch_everything (self); */
+  _fetch_everything (self);
 
   /* Start on idle state */
   _set_state (self, FROGR_STATE_IDLE);



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