7198: Date editor crashes on invalid date

give a name to the OK button instead of an autogenerated id
This commit is contained in:
Vassilii Khachaturov 2013-11-16 22:58:22 +02:00
parent 531e6624b0
commit b4a5df2622

View File

@ -73,7 +73,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkButton" id="button176"> <object class="GtkButton" id="ok_button">
<property name="label">gtk-ok</property> <property name="label">gtk-ok</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
@ -611,7 +611,7 @@
<action-widgets> <action-widgets>
<action-widget response="-11">button174</action-widget> <action-widget response="-11">button174</action-widget>
<action-widget response="-6">button175</action-widget> <action-widget response="-6">button175</action-widget>
<action-widget response="-5">button176</action-widget> <action-widget response="-5">ok_button</action-widget>
</action-widgets> </action-widgets>
</object> </object>
<object class="GtkListStore" id="month_model1"> <object class="GtkListStore" id="month_model1">