Codebase list xapp / b2dfce0
xapp-favorites: Add missing pointer to the DestroyData. Michael Webster 3 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
12391239 DestroyData *dd = g_slice_new0 (DestroyData);
12401240 dd->destroy_func = func;
12411241 dd->user_data = user_data;
1242 dd->favorites = favorites;
12421243 dd->update_id = g_signal_connect (favorites,
12431244 "changed",
12441245 G_CALLBACK (refresh_menu_items),