~eeejay/checkbox/gtkbuilder

« back to all changes in this revision

Viewing changes to gtk/checkbox-gtk.glade

  • Committer: Marc Tardif
  • Date: 2009-06-10 22:47:03 UTC
  • Revision ID: marc.tardif@canonical.com-20090610224703-56m26tetu3q06tip
Setting radio buttons when running a command from a manual test which fixes bug #385733.

Show diffs side-by-side

added added

removed removed

Lines of Context:
349
349
                      </child>
350
350
 
351
351
                      <child>
352
 
                        <widget class="GtkRadioButton" id="radio_button_yes">
 
352
                        <widget class="GtkRadioButton" id="radio_button_pass">
353
353
                          <property name="visible">True</property>
354
354
                          <property name="can_focus">True</property>
355
355
                          <property name="label" translatable="yes">_Yes</property>
368
368
                      </child>
369
369
 
370
370
                      <child>
371
 
                        <widget class="GtkRadioButton" id="radio_button_no">
 
371
                        <widget class="GtkRadioButton" id="radio_button_fail">
372
372
                          <property name="visible">True</property>
373
373
                          <property name="can_focus">True</property>
374
374
                          <property name="label" translatable="yes">_No</property>
378
378
                          <property name="active">False</property>
379
379
                          <property name="inconsistent">False</property>
380
380
                          <property name="draw_indicator">True</property>
381
 
                          <property name="group">radio_button_yes</property>
 
381
                          <property name="group">radio_button_pass</property>
382
382
                        </widget>
383
383
                        <packing>
384
384
                          <property name="padding">0</property>
398
398
                          <property name="active">True</property>
399
399
                          <property name="inconsistent">False</property>
400
400
                          <property name="draw_indicator">True</property>
401
 
                          <property name="group">radio_button_yes</property>
 
401
                          <property name="group">radio_button_pass</property>
402
402
                        </widget>
403
403
                        <packing>
404
404
                          <property name="padding">0</property>