summaryrefslogtreecommitdiff
path: root/openbox/actions/activate.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 05:02:25 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 05:02:25 +0000
commitbb0fd965c50289c02619113f113927294fa5be23 (patch)
tree9a15f1a6eaa28f16a557cacba547fba0bf75d50e /openbox/actions/activate.c
parent29c4cf4a15bc5fa97ba746b03a5e334f989c645e (diff)
add breakchroot action
Diffstat (limited to 'openbox/actions/activate.c')
-rw-r--r--openbox/actions/activate.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/actions/activate.c b/openbox/actions/activate.c
index 66923622..a431bafd 100644
--- a/openbox/actions/activate.c
+++ b/openbox/actions/activate.c
@@ -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 {