X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fcallbacks.c;h=d58c3137af64f90a95c9f630df9e8b5612aaf787;hb=665fdbb70138df57711a6d90924836952add7ff1;hp=5499da30193a4b67562cd49220e9e50feeda20c3;hpb=1202b93df4b486b0b043708a07dce1931ce4a9b2;p=lttv.git diff --git a/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c b/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c index 5499da30..d58c3137 100644 --- a/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c +++ b/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c @@ -455,7 +455,6 @@ void insert_viewer(GtkWidget* widget, lttvwindow_viewer_constructor constructor) } } - /** * Function to set/update traceset for the viewers * @param tab viewer's tab @@ -475,9 +474,7 @@ int SetTraceset(Tab * tab, LttvTraceset *traceset) LTTV_TRACESET_CONTEXT(tab->traceset_info->traceset_context); // Perform time synchronization on the traces - /* Mathieu Desnoyers: temporarily disable syncTraceset */ - //if (syncTraceset(tsc)) - if (0) + if (syncTraceset(tsc)) { /* There is some time-dependant information that was calculated during * context initialization. Destroy the old contexts and initialize new