[chronojump] Minor fix on bells win (encoder) since last commits



commit 566cf7626f8600d1f95913bf1c8cd9aefde1704b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sun Aug 2 13:51:43 2015 +0200

    Minor fix on bells win (encoder) since last commits

 src/gui/repetitiveConditions.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/repetitiveConditions.cs b/src/gui/repetitiveConditions.cs
index 8d15a8a..4a1f399 100644
--- a/src/gui/repetitiveConditions.cs
+++ b/src/gui/repetitiveConditions.cs
@@ -208,7 +208,7 @@ public class RepetitiveConditionsWindow
                        hbox_run_conditions.Show();
                        frame_conditions.Show();
                } else { //encoder
-                       notebook_encoder_conditions.CurrentPage = 4; //power
+                       notebook_encoder_conditions.CurrentPage = 3; //power
                        notebook_encoder_conditions.Show();
                }
        }



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