From 294a2716158ad1d821b3e47b55950d40fd752d14 Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 14 Sep 2005 20:57:49 +0000 Subject: [PATCH] add tracecontrol git-svn-id: http://ltt.polymtl.ca/svn@1187 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 1 + ltt/branches/poly/lttv/modules/gui/filter/filter.c | 1 + 2 files changed, 2 insertions(+) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 5e77a21a..ff00a4cd 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -115,6 +115,7 @@ AC_CONFIG_FILES([Makefile lttv/modules/gui/detailedevents/Makefile lttv/modules/gui/statistics/Makefile lttv/modules/gui/filter/Makefile + lttv/modules/gui/tracecontrol/Makefile lttd/Makefile ltt/Makefile ltt/convert/Makefile diff --git a/ltt/branches/poly/lttv/modules/gui/filter/filter.c b/ltt/branches/poly/lttv/modules/gui/filter/filter.c index ac2d5b32..8d1232b0 100644 --- a/ltt/branches/poly/lttv/modules/gui/filter/filter.c +++ b/ltt/branches/poly/lttv/modules/gui/filter/filter.c @@ -215,6 +215,7 @@ gui_filter(Tab *tab) fvd->f_window = gtk_window_new(GTK_WINDOW_TOPLEVEL); + gtk_window_set_title(GTK_WINDOW(fvd->f_window), "LTTV Filter"); gtk_window_set_transient_for(GTK_WINDOW(fvd->f_window), GTK_WINDOW(main_window_get_widget(tab))); gtk_window_set_destroy_with_parent(GTK_WINDOW(fvd->f_window), TRUE); -- 2.34.1