[chronojump] Minor fix on bells win (encoder) since last commits
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Minor fix on bells win (encoder) since last commits
- Date: Sun, 2 Aug 2015 16:00:23 +0000 (UTC)
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]