git-svn-id: http://ltt.polymtl.ca/svn@319 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / module.c
index 7d47e9d1eee968e0c72aed62a4d3a193bea42438..458bfeb9deb1bcfc4f12b5391da3b77ad012a92c 100644 (file)
@@ -58,11 +58,11 @@ G_MODULE_EXPORT void init(LttvModule *self, int argc, char *argv[]) {
        g_critical("GUI ControlFlow Viewer init()");
 
        /* Register the toolbar insert button */
-       ToolbarItemReg(hGuiControlFlowInsert_xpm, "Insert Control Flow Viewer",
+       toolbar_item_reg(hGuiControlFlowInsert_xpm, "Insert Control Flow Viewer",
                        hGuiControlFlow);
 
        /* Register the menu item insert entry */
-       MenuItemReg("/", "Insert Control Flow Viewer", hGuiControlFlow);
+       menu_item_reg("/", "Insert Control Flow Viewer", hGuiControlFlow);
        
 }
 
@@ -89,9 +89,9 @@ G_MODULE_EXPORT void destroy() {
        g_slist_free(gControl_Flow_Data_List);
 
        /* Unregister the toolbar insert button */
-       ToolbarItemUnreg(hGuiControlFlow);
+       toolbar_item_unreg(hGuiControlFlow);
 
        /* Unregister the menu item insert entry */
-       MenuItemUnreg(hGuiControlFlow);
+       menu_item_unreg(hGuiControlFlow);
        
 }
This page took 0.023676 seconds and 4 git commands to generate.