[Xfce4-commits] <xfce4-settings:master> Change response id of keyboard layout selection dialog's OK button from 0 to 1. Fixes issue where no keyboard layout can be added.

Jérôme Guelfucci noreply at xfce.org
Fri Sep 3 08:08:01 CEST 2010


Updating branch refs/heads/master
         to d75993525327903839911d3888c18fa6db4757ec (commit)
       from a7523d361125ed35de2f07d4d639667071e47baf (commit)

commit d75993525327903839911d3888c18fa6db4757ec
Author: Debbie Beliveau <debbie.beliveau at canonical.com>
Date:   Thu Sep 2 12:40:55 2010 -0400

    Change response id of keyboard layout selection dialog's OK button from 0 to 1. Fixes issue where no keyboard layout can be added.

 dialogs/keyboard-settings/keyboard-dialog.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dialogs/keyboard-settings/keyboard-dialog.glade b/dialogs/keyboard-settings/keyboard-dialog.glade
index c8688cc..37fa86d 100644
--- a/dialogs/keyboard-settings/keyboard-dialog.glade
+++ b/dialogs/keyboard-settings/keyboard-dialog.glade
@@ -738,7 +738,7 @@
       </object>
     </child>
     <action-widgets>
-      <action-widget response="0">layout_selection_ok_button</action-widget>
+      <action-widget response="1">layout_selection_ok_button</action-widget>
       <action-widget response="0">layout_selection_cancel_button</action-widget>
     </action-widgets>
   </object>



More information about the Xfce4-commits mailing list