X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fresourceview%2Fmodule.c;h=795fc6f75f55c9ad1e3654ba1898cd2c6250983f;hb=a496afb7ed696a1e4b0822bacab7f59d29d7e225;hp=8165ccead8486e955d2c9e2da6b37f4672113a93;hpb=9e01e6d4aa891aa2900227503bde6e7dd9ae65a1;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/resourceview/module.c b/ltt/branches/poly/lttv/modules/gui/resourceview/module.c index 8165ccea..795fc6f7 100644 --- a/ltt/branches/poly/lttv/modules/gui/resourceview/module.c +++ b/ltt/branches/poly/lttv/modules/gui/resourceview/module.c @@ -59,7 +59,7 @@ static void init() { "Insert Resource Viewer", hGuiControlFlowInsert_xpm, "Insert Resource Viewer", - h_guicontrolflow); + h_resourceview); LTT_NAME_CPU = g_quark_from_string("/cpu"); @@ -86,7 +86,7 @@ static void destroy() { g_slist_free(g_control_flow_data_list); /* Unregister the toolbar insert button and menu entry */ - lttvwindow_unregister_constructor(h_guicontrolflow); + lttvwindow_unregister_constructor(h_resourceview); }