From 8ac5a60322d1556337fa78036d10dd630e1cd305 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 28 Mar 2003 23:02:57 +0000 Subject: rm client_disable_decorations.. it already had an action. add the action to the action_from_string func --- openbox/action.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index 6eb06298..ccb988d9 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -140,6 +140,8 @@ Action *action_from_string(char *name) } else if (!g_ascii_strcasecmp(name, "previousdesktoprowwrap")) { a = action_new(action_previous_desktop_row); a->data.nextprevdesktop.wrap = TRUE; + } else if (!g_ascii_strcasecmp(name, "toggledecorations")) { + a = action_new(action_toggle_decorations); } else if (!g_ascii_strcasecmp(name, "move")) { a = action_new(action_move); } else if (!g_ascii_strcasecmp(name, "resize")) { -- cgit v1.2.3