resourceview: fix warnings
[lttv.git] / ltt / branches / poly / lttv / modules / gui / resourceview / drawing.c
index 243ee37bf30673a3a550c84e51d5c647f9a4ece9..d6a87e40652bd7990cfa5377540ed7eac618c633 100644 (file)
@@ -503,7 +503,7 @@ void drawing_chunk_begin(EventsRequest *events_request, LttvTracesetState *tss)
 {
   g_debug("Begin of chunk");
   ControlFlowData *cfd = events_request->viewer_data;
-  LttvTracesetContext *tsc = &tss->parent.parent;
+  LttvTracesetContext *tsc = &tss->parent;
   //LttTime current_time = lttv_traceset_context_get_current_tfc(tsc)->timestamp;
   guint i;
   LttvTraceset *traceset = tsc->ts;
This page took 0.022367 seconds and 4 git commands to generate.