]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
well.. it compiles..
[chaz/openbox] / openbox / menuframe.c
index fdb24afbad7b388ab6b89a279f20c6ef4092b12b..7bacf02068e48a9a6e45b795136a4509dcf53716 100644 (file)
@@ -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);
     }
 }
 
This page took 0.029046 seconds and 4 git commands to generate.