aboutsummaryrefslogtreecommitdiffstats
path: root/trace-graph-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'trace-graph-main.c')
-rw-r--r--trace-graph-main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-graph-main.c b/trace-graph-main.c
index 286e417..2ba9447 100644
--- a/trace-graph-main.c
+++ b/trace-graph-main.c
@@ -262,6 +262,8 @@ void trace_graph(int argc, char **argv)
262 262
263 window = gtk_window_new(GTK_WINDOW_TOPLEVEL); 263 window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
264 264
265 trace_dialog_register_window(window);
266
265 /* --- Top Level Vbox --- */ 267 /* --- Top Level Vbox --- */
266 268
267 vbox = gtk_vbox_new(FALSE, 0); 269 vbox = gtk_vbox_new(FALSE, 0);