[Xfce4-commits] <xfce4-settings:master> Update keyboard model when the corresponding xfconf property changes.

Igor Slepchin noreply at xfce.org
Wed Aug 22 23:14:10 CEST 2012


Updating branch refs/heads/master
         to 60d4de469d9c7f592ce95608163aecb4c2009616 (commit)
       from cbf93af63ea5335107d91990f39a7e7b3b82b171 (commit)

commit 60d4de469d9c7f592ce95608163aecb4c2009616
Author: Igor Slepchin <igor.slepchin at gmail.com>
Date:   Fri Jul 27 03:26:14 2012 -0400

    Update keyboard model when the corresponding xfconf property changes.
    
    Hmm, it sounds like changing keyboard model never really worked without a restart...

 xfsettingsd/keyboard-layout.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xfsettingsd/keyboard-layout.c b/xfsettingsd/keyboard-layout.c
index 94cb9a9..efce20a 100644
--- a/xfsettingsd/keyboard-layout.c
+++ b/xfsettingsd/keyboard-layout.c
@@ -362,7 +362,7 @@ xfce_keyboard_layout_helper_channel_property_changed (XfconfChannel      *channe
     }
     else if (strcmp (property_name, "/Default/XkbModel") == 0)
     {
-        xfce_keyboard_layout_helper_set_layout (helper);
+        xfce_keyboard_layout_helper_set_model (helper);
     }
     else if (strcmp (property_name, "/Default/XkbLayout") == 0)
     {


More information about the Xfce4-commits mailing list