diff options
Diffstat (limited to 'openbox/actions/movetoedge.c')
| -rw-r--r-- | openbox/actions/movetoedge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions/movetoedge.c b/openbox/actions/movetoedge.c index 8a4044be..38559a6c 100644 --- a/openbox/actions/movetoedge.c +++ b/openbox/actions/movetoedge.c @@ -13,7 +13,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node); static void free_func(gpointer options); static gboolean run_func(ObActionsData *data, gpointer options); -void action_movetofromedge_startup() +void action_movetoedge_startup() { actions_register("MoveToEdge", setup_func, |
