[chronojump] small fix



commit 64333a8ab0dbdbc8b55828e1548a5fe743781305
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Apr 3 20:29:39 2014 +0200

    small fix

 glade/chronojump.glade |    1 -
 src/gui/encoder.cs     |    7 +++----
 2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/glade/chronojump.glade b/glade/chronojump.glade
index 06e2a3e..5bd27a2 100644
--- a/glade/chronojump.glade
+++ b/glade/chronojump.glade
@@ -13310,7 +13310,6 @@ on current Chronojump version.</property>
                                                     </child>
                                                     <child>
                                                       <widget class="GtkHBox" id="hbox_encoder_user_curves">
-                                                        <property name="sensitive">False</property>
                                                         <property name="can_focus">False</property>
                                                         <property name="spacing">6</property>
                                                         <child>
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index ca433b9..d432007 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -2394,8 +2394,7 @@ Log.WriteLine(str);
        private void on_check_encoder_analyze_signal_or_curves_toggled (object obj, EventArgs args) {
                bool signal = check_encoder_analyze_signal_or_curves.Active;
 
-               if(signal) 
-               {
+               if(signal) {
                        int rows = UtilGtk.CountRows(encoderCaptureListStore);
 
                        //button_encoder_analyze.Sensitive = encoderTimeStamp != null;
@@ -3306,8 +3305,8 @@ Log.WriteLine(str);
                int [] noSession =              {0, 0, 0, 0, 0, 0, 0, 0, 0};
                int [] noPerson =               {0, 0, 0, 0, 0, 0, 0, 0, 0};
                int [] yesPerson =              {1, 0, 1, 0, 0, 1, 1, 0, 0};
-               int [] processingCapture =      {0, 0, 0, 0, 0, 0, 0, 1, 1};
-               int [] processingR =            {0, 0, 0, 0, 0, 0, 0, 1, 0};
+               int [] processingCapture =      {0, 0, 0, 0, 0, 0, 1, 1, 1};
+               int [] processingR =            {0, 0, 0, 0, 0, 0, 1, 1, 0};
                int [] doneNoSignal =           {1, 1, 1, 0, 0, 1, 1, 0, 0};
                int [] doneYesSignal =          {1, 1, 1, 1, 0, 1, 1, 0, 0};
                int [] selectedCurve =          {1, 1, 1, 1, 1, 1, 1, 0, 0};


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