[libgames-support] scores: move a comment to a better spot



commit 4ac5474ae656c71203d15968e083af9e24a19ff9
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Feb 22 17:30:28 2015 -0600

    scores: move a comment to a better spot

 scores/context.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scores/context.vala b/scores/context.vala
index 6e0be59..7aaee99 100644
--- a/scores/context.vala
+++ b/scores/context.vala
@@ -167,7 +167,6 @@ public class Context : Object
         if (scores_per_category[category].add (score))
             current_category = category;
 
-        /* Don't save the score to file yet if it's a high score. Since the Player name be changed on 
running dialog. */
         if (!high_score_added)
         {
             save_score_to_file (score, category);
@@ -175,6 +174,7 @@ public class Context : Object
         }
         else
         {
+            /* Don't save the score to file yet if it's a high score. Since the Player name be changed on 
running dialog. */
             run_dialog_internal (score);
             return true;
         }


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