action: fix LookupEntry for "lockdevbtn"
authorRan Benita <ran234@gmail.com>
Mon, 3 Sep 2012 07:28:58 +0000 (10:28 +0300)
committerRan Benita <ran234@gmail.com>
Mon, 3 Sep 2012 07:31:12 +0000 (10:31 +0300)
xkbcomp has that bug as well, guess no one uses it.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/action.c

index 720b99d..f144100 100644 (file)
@@ -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  },