X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.c;h=d59c55143a6e85435ca455c3861cee56d9489150;hb=5be0a82a353b67160142134de1cc51fa31d72759;hp=5f79a996a287c19956a4ed896e6af48334aa2547;hpb=230abdc5a0848cd05dc3a007826a2a6b8a73c0a5;p=chaz%2Fopenbox diff --git a/openbox/action.c b/openbox/action.c index 5f79a996..d59c5514 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1,3 +1,4 @@ +#include "debug.h" #include "client.h" #include "focus.h" #include "moveresize.h" @@ -576,7 +577,6 @@ Action *action_parse(xmlDocPtr doc, xmlNodePtr node) act->func == action_desktop_up || act->func == action_desktop_down) { if ((n = parse_find_node("wrap", node->xmlChildrenNode))) { - g_message("WRAP %d", parse_bool(doc, n)); act->data.desktopdir.wrap = parse_bool(doc, n); } } else if (act->func == action_send_to_desktop_right ||