keyboard: Fix adding custom shortcuts
We need something other than "0" as an answer. Thanks for breaking the responses glade. https://bugzilla.gnome.org/show_bug.cgi?id=648187
This commit is contained in:
parent
15c5d5a96e
commit
83512fb6fe
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@
|
|||
</object>
|
||||
</child>
|
||||
<action-widgets>
|
||||
<action-widget response="0">cancelbutton1</action-widget>
|
||||
<action-widget response="0">okbutton1</action-widget>
|
||||
<action-widget response="-6">cancelbutton1</action-widget>
|
||||
<action-widget response="-5">okbutton1</action-widget>
|
||||
</action-widgets>
|
||||
</object>
|
||||
<object class="GtkDialog" id="gnome-keyboard-dialog">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue