diff options
Diffstat (limited to 'trace-graph-main.c')
-rw-r--r-- | trace-graph-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
145 | if (!ginfo->handle) | 145 | if (!ginfo->handle) |
146 | return; | 146 | return; |
147 | 147 | ||
148 | tasks = trace_graph_task_list(ginfo); | 148 | tasks = task_list_pids(ginfo->tasks); |
149 | graph_plot_task_plotted(ginfo, &selected); | 149 | graph_plot_task_plotted(ginfo, &selected); |
150 | 150 | ||
151 | trace_task_dialog(ginfo->handle, tasks, selected, | 151 | trace_task_dialog(ginfo->handle, tasks, selected, |