From: Ran Benita Date: Mon, 3 Sep 2012 07:28:58 +0000 (+0300) Subject: action: fix LookupEntry for "lockdevbtn" X-Git-Tag: xkbcommon-0.2.0~215 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95d4fb9e4bc815d39a974deaee5373254e134f93;p=platform%2Fupstream%2Flibxkbcommon.git action: fix LookupEntry for "lockdevbtn" xkbcomp has that bug as well, guess no one uses it. Signed-off-by: Ran Benita --- diff --git a/src/xkbcomp/action.c b/src/xkbcomp/action.c index 720b99d..f144100 100644 --- a/src/xkbcomp/action.c +++ b/src/xkbcomp/action.c @@ -138,7 +138,7 @@ static const LookupEntry actionStrings[] = { { "devicebtn", XkbSA_DeviceBtn }, { "devbutton", XkbSA_DeviceBtn }, { "devicebutton", XkbSA_DeviceBtn }, - { "lockdevbtn", XkbSA_DeviceBtn }, + { "lockdevbtn", XkbSA_LockDeviceBtn }, { "lockdevicebtn", XkbSA_LockDeviceBtn }, { "lockdevbutton", XkbSA_LockDeviceBtn }, { "lockdevicebutton", XkbSA_LockDeviceBtn },