]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_menu.c
make interactive actions a type and not special cases.
[chaz/openbox] / openbox / client_list_menu.c
index c176a989ae5ee847e40d069df2a40535a8aadf9e..97c40fe52c9e447450aec8f4b530c37b25952efa 100644 (file)
@@ -37,7 +37,7 @@ static void desk_menu_update(ObMenuFrame *frame, gpointer data)
             ObClientIcon *icon;
 
             act = action_from_string("activate");
-            act->data.activate.c = c;
+            act->data.activate.any.c = c;
             acts = g_slist_prepend(NULL, act);
             e = menu_add_normal(menu, i,
                                 (c->iconic ? c->icon_title : c->title), acts);
This page took 0.020399 seconds and 4 git commands to generate.