]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/activate.c
add breakchroot action
[chaz/openbox] / openbox / actions / activate.c
index 6692362219491c1a996bef0d6d97d6d13ba2d437..a431bafd027c49774cafcd740b409e7e3d100a62 100644 (file)
@@ -62,10 +62,6 @@ static gboolean run_func(ObActionsData *data, gpointer options)
             data->context != OB_FRAME_CONTEXT_CLIENT ||
             data->context != OB_FRAME_CONTEXT_FRAME)
         {
-            /* if using focus_delay, stop the timer now so that focus doesn't
-               go moving on us */
-            event_halt_focus_delay();
-
             client_activate(data->client, o->here, o->raise, o->unshade, TRUE);
         }
     } else {
This page took 0.020572 seconds and 4 git commands to generate.