mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
rcxml: fix typo
This commit is contained in:
parent
00db22e44f
commit
3c9f6c0551
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue