translate sendtodesktop actions

This commit is contained in:
Dana Jansens 2003-03-29 20:57:03 +00:00
parent 36b90c320d
commit 5c472be0b3

View file

@ -90,6 +90,8 @@ Action *action_from_string(char *name)
a = action_new(action_unmaximize_vert);
} else if (!g_ascii_strcasecmp(name, "togglemaximizevert")) {
a = action_new(action_toggle_maximize_vert);
} else if (!g_ascii_strcasecmp(name, "sendtodesktop")) {
a = action_new(action_send_to_desktop);
} else if (!g_ascii_strcasecmp(name, "sendtonextdesktop")) {
a = action_new(action_send_to_next_desktop);
a->data.sendtonextprev.wrap = FALSE;