diff options
Diffstat (limited to 'trace-view-main.c')
-rw-r--r-- | trace-view-main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-view-main.c b/trace-view-main.c index bc7e4ee..8fa9aa6 100644 --- a/trace-view-main.c +++ b/trace-view-main.c | |||
@@ -479,6 +479,8 @@ void trace_view(int argc, char **argv) | |||
479 | 479 | ||
480 | window = gtk_window_new(GTK_WINDOW_TOPLEVEL); | 480 | window = gtk_window_new(GTK_WINDOW_TOPLEVEL); |
481 | 481 | ||
482 | trace_dialog_register_window(window); | ||
483 | |||
482 | /* --- Top Level Vbox --- */ | 484 | /* --- Top Level Vbox --- */ |
483 | 485 | ||
484 | vbox = gtk_vbox_new(FALSE, 0); | 486 | vbox = gtk_vbox_new(FALSE, 0); |