From: compudj Date: Mon, 5 Sep 2005 14:24:17 +0000 (+0000) Subject: fix trace text X-Git-Tag: v0.12.20~2360 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=13f45ba409c1e89dfd06b4b109c9700281963651;p=lttv.git fix trace text git-svn-id: http://ltt.polymtl.ca/svn@1129 04897980-b3bd-0310-b5e0-8ef037075253 --- 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);