summaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 35014ea..2cfbed1 100644
--- a/src/window.c
+++ b/src/window.c
@@ -63,7 +63,7 @@ mq_window_new(MqApplication *application, gchar **uris)
g_signal_connect(window->notebook, "page-reordered",
G_CALLBACK(update_positions), window);
- window->root_tab = mq_tab_new_root();
+ window->root_tab = mq_tab_new_root(window);
if (uris && uris[0]) {
for (i = 0; uris && uris[i]; ++i) {