git-svn-id: http://ltt.polymtl.ca/svn@319 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV.c
index 032a7f50ad42ca06320336b82464e9ae042d5fb7..d49bd13112102cfd1821c020268b66b9a1c2aeb4 100644 (file)
@@ -146,11 +146,11 @@ GuiControlFlow_Destructor(ControlFlowData *Control_Flow_Data)
        
        /* Process List is removed with it's widget */
        //ProcessList_destroy(Control_Flow_Data->Process_List);
-       UnregUpdateTimeWindow(Update_Time_Window_Hook,
+       unreg_update_time_window(Update_Time_Window_Hook,
                                Control_Flow_Data,
                                Control_Flow_Data->Scrolled_Window_VC->parent);
        
-       UnregUpdateCurrentTime(Update_Current_Time_Hook,
+       unreg_update_current_time(Update_Current_Time_Hook,
                                Control_Flow_Data,
                                Control_Flow_Data->Scrolled_Window_VC->parent);
        
This page took 0.035957 seconds and 4 git commands to generate.