summaryrefslogtreecommitdiffstats
path: root/src/notebook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/notebook.c')
-rw-r--r--src/notebook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notebook.c b/src/notebook.c
index 277117c..0c70a47 100644
--- a/src/notebook.c
+++ b/src/notebook.c
@@ -177,7 +177,7 @@ insert_page(MqNotebook *notebook, MqTabTree *node, const gchar *uri)
gtk_widget_show_all(GTK_WIDGET(node->page));
gtk_widget_show_all(GTK_WIDGET(node->label));
- mq_tab_page_update_position(node->page, MQ_TREE(node)->position);
+ mq_tab_page_set_position (node->page, MQ_TREE(node)->position);
mq_tab_label_set_position(node->label, MQ_TREE(node)->position);
}