edit groups dialog assign has default and activates default

This commit is contained in:
Nikos Kouremenos 2005-05-30 10:57:52 +00:00
parent efd470a44f
commit abbf2bde6f
1 changed files with 3 additions and 1 deletions

View File

@ -9449,7 +9449,7 @@ Custom</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
<property name="activates_default">False</property>
<property name="activates_default">True</property>
</widget>
<packing>
<property name="padding">0</property>
@ -9461,6 +9461,8 @@ Custom</property>
<child>
<widget class="GtkButton" id="add_button">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-add</property>
<property name="use_stock">True</property>