diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 03:05:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 03:05:02 +0000 |
| commit | 780d1b0961e2eed5fea4645b4398fafb4adad73a (patch) | |
| tree | 2c200a9ef1f99d93f2d9cee560e649c1c682bb63 /openbox/menuframe.c | |
| parent | ae624a1487fd7db9291c4de1a3b2c34fcab89ef9 (diff) | |
well.. it compiles..
Diffstat (limited to 'openbox/menuframe.c')
| -rw-r--r-- | openbox/menuframe.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c index fdb24afb..7bacf020 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -21,6 +21,7 @@ #include "client.h" #include "menu.h" #include "screen.h" +#include "actions.h" #include "grab.h" #include "openbox.h" #include "mainloop.h" @@ -1201,7 +1202,9 @@ void menu_entry_frame_execute(ObMenuEntryFrame *self, guint state, Time time) if (func) func(entry, frame, client, state, data, time); else - action_run(acts, client, state, time); + actions_run_acts(acts, OB_USER_ACTION_MENU_SELECTION, + time, state, -1, -1, OB_FRAME_CONTEXT_NONE, + client); } } |
