diff options
author | Jonathan <hermanjl@hermanjl-Aspire-5553G.(none)> | 2012-03-05 14:22:27 -0500 |
---|---|---|
committer | Jonathan <hermanjl@hermanjl-Aspire-5553G.(none)> | 2012-03-05 14:22:27 -0500 |
commit | 8bcd73ddae5d74fb9b2b8aaedd3aa6a39ef3f75d (patch) | |
tree | 9688d2b57716c73b182722acab62101203a9105a /trace-graph-main.c | |
parent | f69435260fd14ef8d9ba13774da0fcba4b5d212c (diff) |
rt-graph: Litmus events and tasks loaded on startup
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, |