[Window] Fix tab ordering
[tilda-gobject.git] / tilda-window.c
index f4be2d8..d2ebc18 100644 (file)
@@ -122,7 +122,7 @@ tilda_window_add_terminal (TildaWindow *self)
        g_ptr_array_add (self->terms, tt);
 
        label = gtk_label_new ("Tilda");
-       notebook_index = gtk_notebook_prepend_page (GTK_NOTEBOOK(self->notebook), tt->hbox, label);
+       notebook_index = gtk_notebook_append_page (GTK_NOTEBOOK(self->notebook), tt->hbox, label);
        gtk_notebook_set_tab_label_packing (GTK_NOTEBOOK(self->notebook), tt->hbox,
                                                                                self->full_width_tabs, TRUE, GTK_PACK_START);
        gtk_notebook_set_current_page (GTK_NOTEBOOK(self->notebook), notebook_index);