From 13f45ba409c1e89dfd06b4b109c9700281963651 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 5 Sep 2005 14:24:17 +0000 Subject: [PATCH] fix trace text git-svn-id: http://ltt.polymtl.ca/svn@1129 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/gui/statistics/statistics.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c b/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c index bec260f0..4ebda1b6 100644 --- a/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c +++ b/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c @@ -449,6 +449,7 @@ void show_traceset_stats(StatisticViewerData * statistic_viewer_data) start_time.tv_sec, start_time.tv_nsec); #endif //0 + sprintf(trace_str, g_quark_to_string(ltt_trace_name(tcs->parent.parent.t))); gtk_tree_store_append (store, &iter, NULL); gtk_tree_store_set (store, &iter,NAME_COLUMN,trace_str,-1); path = gtk_tree_model_get_path(GTK_TREE_MODEL(store), &iter); -- 2.34.1