[chronojump] On run double contact, default is take last contact



commit d5fd57443557d2eaf7bb1da182f7ffedfdee5b0a
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Jun 3 03:51:27 2014 +0200

    On run double contact, default is take last contact

 glade/chronojump.glade |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glade/chronojump.glade b/glade/chronojump.glade
index 0401d32..23d85c3 100644
--- a/glade/chronojump.glade
+++ b/glade/chronojump.glade
@@ -4009,12 +4009,11 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="spacing">4</property>
                                                             <child>
                                                             <widget class="GtkRadioButton" 
id="radio_runs_prevent_double_contact_first">
-                                                            <property name="label" translatable="yes">Take 
first contact (recommended)</property>
+                                                            <property name="label" translatable="yes">Take 
first contact</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property 
name="use_action_appearance">False</property>
-                                                            <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             </widget>
                                                             <packing>
@@ -4041,11 +4040,12 @@ It starts before and arrives there with some speed.</property>
                                                             </child>
                                                             <child>
                                                             <widget class="GtkRadioButton" 
id="radio_runs_prevent_double_contact_last">
-                                                            <property name="label" translatable="yes">Take 
last contact</property>
+                                                            <property name="label" translatable="yes">Take 
last contact (recommended)</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property 
name="use_action_appearance">False</property>
+                                                            <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radio_runs_prevent_double_contact_first</property>
                                                             </widget>


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