7198: Date editor crashes on invalid date
give a name to the OK button instead of an autogenerated id
This commit is contained in:
parent
e0de21041c
commit
b1d040deb1
@ -77,7 +77,7 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="button176">
|
||||
<object class="GtkButton" id="ok_button">
|
||||
<property name="label">gtk-ok</property>
|
||||
<property name="use_action_appearance">False</property>
|
||||
<property name="visible">True</property>
|
||||
@ -627,7 +627,7 @@
|
||||
<action-widgets>
|
||||
<action-widget response="-11">button174</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>
|
||||
</object>
|
||||
<object class="GtkListStore" id="month_model1">
|
||||
|
Loading…
Reference in New Issue
Block a user