]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
use the new action_run symantics
[chaz/openbox] / openbox / menuframe.c
index 87b269f8dbb4ab272d6a10d25a6c295ce7d3f7ad..de84dbf0204e1f325a2cfe8b9d5a1ed73903f171 100644 (file)
@@ -767,12 +767,8 @@ void menu_entry_frame_execute(ObMenuEntryFrame *self, guint state)
 
         if (func)
             func(entry, state, data);
-        else {
-            GSList *it;
-
-            for (it = acts; it; it = g_slist_next(it))
-                action_run(it->data, client, state);
-        }
+        else
+            action_run(acts, client, state);
     }
 }
 
This page took 0.020969 seconds and 4 git commands to generate.