X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2Ftest.c;h=42998665cd3185430dd54ab015b534d8c6a9b6d6;hb=90ffd2adca8a23a36f3a9b7279f40797907723de;hp=ada84ea22442d45dc923ef78deacccc90132c71c;hpb=f0d936c08dae39e9a913357a49885b4937aca847;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/test.c b/ltt/branches/poly/lttv/modules/guiControlFlow/test.c index ada84ea2..42998665 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/test.c +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/test.c @@ -44,7 +44,7 @@ int main(int argc, char **argv) //ListViewer = hGuiEvents(Window); //gtk_box_pack_start(GTK_BOX(VBox_V), ListViewer, FALSE, TRUE, 0); - Control_Flow_Data = GuiControlFlow(); + Control_Flow_Data = guicontrolflow(); CF_Viewer = Control_Flow_Data->Scrolled_Window_VC; gtk_box_pack_start(GTK_BOX(VBox_V), CF_Viewer, TRUE, TRUE, 0); @@ -63,7 +63,7 @@ int main(int argc, char **argv) g_critical("main loop finished"); - //hGuiEvents_Destructor(ListViewer); + //h_guievents_destructor(ListViewer); //g_critical("GuiEvents Destructor finished"); destroy(); @@ -83,9 +83,9 @@ void add_test_process(ControlFlowData *Control_Flow_Data) { /* Add a new row to the model */ gtk_list_store_append (Control_Flow_Data->Store_M, &iter); - gtk_list_store_set (Control_Flow_Data->Store_M, &iter, - PROCESS_COLUMN, process[i], - -1); + gtk_list_store_set ( Control_Flow_Data->Store_M, &iter, + PROCESS_COLUMN, process[i], + -1); } }