X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fprocesslist.c;h=4834da8f44218ec99b012793cb654bf83c5a5dbc;hb=2309386913ad8c4ce16fa35b7ce749ea7845e292;hp=60d0e1d57b9269a7c11318c2c37645b82cb6f89c;hpb=58fa3bc7964eb03542f577929aee0dceb0dfc8fd;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c index 60d0e1d5..4834da8f 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c @@ -495,7 +495,9 @@ int processlist_add( ProcessList *process_list, * If it is created after state update, this value (0) will be * overriden by the new state before anything is drawn. */ - hashed_process_data->x = 0; + hashed_process_data->x.over = 0; + hashed_process_data->x.middle = 0; + hashed_process_data->x.under = 0; /* Add a new row to the model */ gtk_list_store_append ( process_list->list_store, &iter);