]> Dogcows Code - chaz/openbox/commitdiff
bring back action_run_string
authorDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 18:01:44 +0000 (18:01 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 18:01:44 +0000 (18:01 +0000)
openbox/client.c

index 48fd214906ad4d9ca47142c2305bcb48f0d5d6ce..c26c8a87593f75092030c0cd7e06959be695275c 100644 (file)
@@ -2623,16 +2623,7 @@ void client_activate(ObClient *self, gboolean here)
        about raising the window. when a fullscreen window loses focus, we need
        this or else the raise wont be able to raise above the to-lose-focus
        fullscreen window. */
-    {
-        ObAction *a;
-        GSList *l = NULL;
-
-        a = action_from_string("Raise", OB_USER_ACTION_NONE);
-        g_assert(a);
-        l = g_slist_append(NULL, a);
-
-        action_run(l, self, 0);
-    }
+    action_run_string("Raise", self);
 }
 
 gboolean client_focused(ObClient *self)
This page took 0.030897 seconds and 4 git commands to generate.