[gnome-control-center] keyboard: Fix adding custom shortcuts



commit 83512fb6fed5d6a88554e0716639d771881938d2
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Apr 26 15:49:16 2011 +0100

    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

 panels/keyboard/gnome-keyboard-panel.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/keyboard/gnome-keyboard-panel.ui b/panels/keyboard/gnome-keyboard-panel.ui
index 4ae4b72..cf77b5e 100644
--- a/panels/keyboard/gnome-keyboard-panel.ui
+++ b/panels/keyboard/gnome-keyboard-panel.ui
@@ -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">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]