[chronojump] OnlyEncoderGravitatory/Inertial shows preferences ok now
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] OnlyEncoderGravitatory/Inertial shows preferences ok now
- Date: Mon, 27 Feb 2017 16:09:56 +0000 (UTC)
commit 1e07514a5cdf935e1bef13014668086941b0066e
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Feb 27 17:09:20 2017 +0100
OnlyEncoderGravitatory/Inertial shows preferences ok now
src/gui/networks.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index 1ea0b20..7805d2b 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -103,9 +103,9 @@ public partial class ChronoJumpWindow
//show only power
if(configChronojump.OnlyEncoderGravitatory)
- select_menuitem_mode_toggled(Constants.Menuitem_modes.POWERGRAVITATORY);
+ on_button_selector_start_encoder_gravitatory_clicked(new object(), new EventArgs());
else if(configChronojump.OnlyEncoderInertial)
- select_menuitem_mode_toggled(Constants.Menuitem_modes.POWERINERTIAL);
+ on_button_selector_start_encoder_inertial_clicked(new object(), new EventArgs());
if(configChronojump.EncoderCaptureShowOnlyBars)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]