X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FAPI%2Fmenu.c;h=06babb470fdbbb97de219ff568e935b89dffc5a0;hb=68b48a457c0575bf1b126b03923dc78dc368f98f;hp=e4e0ed8e0d17653656256b8c073428cc88a0e8b9;hpb=561f58527175d5546f8269760e2691459293d4ac;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/API/menu.c b/ltt/branches/poly/lttv/modules/gui/API/menu.c index e4e0ed8e..06babb47 100644 --- a/ltt/branches/poly/lttv/modules/gui/API/menu.c +++ b/ltt/branches/poly/lttv/modules/gui/API/menu.c @@ -1,5 +1,4 @@ -//#include -#include "menu.h" +#include inline LttvMenus *lttv_menus_new() { @@ -10,6 +9,7 @@ inline LttvMenus *lttv_menus_new() { * (functions). */ inline void lttv_menus_destroy(LttvMenus *h) { + g_critical("lttv_menus_destroy()"); g_array_free(h, TRUE); }