X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FCFV.c;h=d49bd13112102cfd1821c020268b66b9a1c2aeb4;hb=41a769851adc36c024821e859ed6569409f71d8f;hp=032a7f50ad42ca06320336b82464e9ae042d5fb7;hpb=bca3b81f050faa6295485fc7dbc3fef45f706d14;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c index 032a7f50..d49bd131 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c @@ -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);