summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-26 18:03:58 +0000
committerDana Jansens <danakj@orodu.net>2003-09-26 18:03:58 +0000
commit411cc1d1d9e0c7ad07fe6bce548ccf101a2f4c7a (patch)
tree4ae5197c32abf13f6829b04a13a5e3b8267430a5 /openbox
parent54b8eb3bf321190702b0515502e98c9287e6221b (diff)
use actions for raising
Diffstat (limited to 'openbox')
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index c26c8a87..6de12d19 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -2289,7 +2289,7 @@ void client_set_desktop_recursive(ObClient *self,
client_showhide(self);
/* raise if it was not already on the desktop */
if (old != DESKTOP_ALL)
- stacking_raise(CLIENT_AS_WINDOW(self));
+ action_run_string("Raise", self);
screen_update_areas();
/* add to the new desktop(s) */