use actions for raising

This commit is contained in:
Dana Jansens 2003-09-26 18:03:58 +00:00
parent 54b8eb3bf3
commit 411cc1d1d9

View file

@ -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) */