From 8bcd73ddae5d74fb9b2b8aaedd3aa6a39ef3f75d Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 5 Mar 2012 14:22:27 -0500 Subject: rt-graph: Litmus events and tasks loaded on startup --- trace-graph-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trace-graph-main.c') diff --git a/trace-graph-main.c b/trace-graph-main.c index f2c8e54..b296994 100644 --- a/trace-graph-main.c +++ b/trace-graph-main.c @@ -145,7 +145,7 @@ plot_tasks_clicked (gpointer data) if (!ginfo->handle) return; - tasks = trace_graph_task_list(ginfo); + tasks = task_list_pids(ginfo->tasks); graph_plot_task_plotted(ginfo, &selected); trace_task_dialog(ginfo->handle, tasks, selected, -- cgit v1.2.2