fix trace text
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 5 Sep 2005 14:24:17 +0000 (14:24 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 5 Sep 2005 14:24:17 +0000 (14:24 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1129 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/statistics/statistics.c

index bec260f06e267bf1ab7f3629479c41138086046e..4ebda1b6776eae253ffe59e1beb998a0fc810942 100644 (file)
@@ -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);
This page took 0.024668 seconds and 4 git commands to generate.