fix weird radio group assertion error

This commit is contained in:
Marcos Pinto 2007-08-10 20:59:58 +00:00
parent 33718d5e03
commit 59f39ce65c
1 changed files with 7 additions and 1 deletions

View File

@ -281,15 +281,19 @@
<property name="response_id">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">radio_compact_allocation</property>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment28">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="left_padding">45</property>
<child>
<widget class="GtkRadioButton" id="radio_compact_allocation">
<property name="visible">True</property>
@ -304,6 +308,8 @@
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>