X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fhistogram%2Fhistocfv.c;h=80c5c5ac2164b1532dfa4833a23ed517b05b6fae;hb=0f090e217d9fe272c8114e229cd5824305c4b4fe;hp=32da15b06779d66b8833cf3cf8e1be9a796ba97a;hpb=1684ba2ed5c10d89356e2fb8122a8b3eeeb9e0af;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/histogram/histocfv.c b/ltt/branches/poly/lttv/modules/gui/histogram/histocfv.c index 32da15b0..80c5c5ac 100644 --- a/ltt/branches/poly/lttv/modules/gui/histogram/histocfv.c +++ b/ltt/branches/poly/lttv/modules/gui/histogram/histocfv.c @@ -62,15 +62,15 @@ header_size_allocate(GtkWidget *widget, * @return The widget created. */ HistoControlFlowData * -guihistocontrolflow(Tab *tab) +guihistocontrolflow(LttvPluginTab *ptab) { GtkWidget *button_widget, *drawing_widget, *drawing_area; GtkWidget *buttonP,*buttonM; histoDrawing_t *drawing; HistoControlFlowData* histo_control_flow_data = g_new(HistoControlFlowData,1) ; - - histo_control_flow_data->tab = tab; + histo_control_flow_data->ptab = ptab; + histo_control_flow_data->tab = ptab->tab; histo_control_flow_data->max_height = PREDEFINED_HEIGHT; /*histo_control_flow_data->v_adjust =