[office-runner] When trying again, make the counter run



commit 573bc6d39c6e5d5ec9bf130885c017a1706c8a3d
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Sep 16 00:10:19 2011 +0100

    When trying again, make the counter run

 src/office-runner.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/office-runner.c b/src/office-runner.c
index d915f53..959959d 100644
--- a/src/office-runner.c
+++ b/src/office-runner.c
@@ -190,7 +190,7 @@ run_button_clicked_cb (GtkWidget    *button,
 	page = gtk_notebook_get_current_page (GTK_NOTEBOOK (run->notebook));
 	page++;
 	if (page > SCORES_PAGE)
-		page = RUN_PAGE;
+		page = RUNNING_PAGE;
 	switch_to_page (run, page);
 }
 



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