change function names, fixes
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV.c
index 109d5a03265ea4a2a2b7f48e8db4522b0e01ae80..253b17bc4b4e5a0ec154cf293b29e2fde94b7807 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);
-       unreg_update_time_window(Update_Time_Window_Hook,
+       unreg_update_time_window(update_time_window_hook,
                                Control_Flow_Data,
                                Control_Flow_Data->Scrolled_Window_VC->parent);
        
-       unreg_update_current_time(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.022437 seconds and 4 git commands to generate.