]> git.mdlowis.com Git - proto/labwc.git/commitdiff
rcxml: fix typo
authorJohan Malm <jgm323@gmail.com>
Fri, 28 May 2021 20:31:02 +0000 (21:31 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 28 May 2021 20:31:02 +0000 (21:31 +0100)
src/config/rcxml.c

index 0362b73a7c9303f9fec33ee3588dfd46ee5e61dc..6dc409550532f7789df40a8aed2cd073253cef38 100644 (file)
@@ -140,7 +140,7 @@ entry(xmlNode *node, char *nodename, char *content)
                fill_font(nodename, content, font_place);
        } else if (!strcasecmp(nodename, "FollowMouse.focus")) {
                rc.focus_follow_mouse = get_bool(content);
-       } else if (!strcasecmp(nodename, "RaisemOnFocus.focus")) {
+       } else if (!strcasecmp(nodename, "RaiseOnFocus.focus")) {
                rc.focus_follow_mouse = true;
                rc.raise_on_focus = get_bool(content);
        }