Revert "Put tabs at the bottom"

This reverts commit c6ee7553fd.

We have gotten feedback that this experiment was not liked by users,
so reverting.
This commit is contained in:
Alexander Larsson 2010-03-03 14:53:03 +01:00
parent 7aad24446c
commit 4d742c8349

View file

@ -240,7 +240,6 @@ nautilus_notebook_init (NautilusNotebook *notebook)
gtk_notebook_set_scrollable (GTK_NOTEBOOK (notebook), TRUE);
gtk_notebook_set_show_border (GTK_NOTEBOOK (notebook), FALSE);
gtk_notebook_set_show_tabs (GTK_NOTEBOOK (notebook), FALSE);
gtk_notebook_set_tab_pos (GTK_NOTEBOOK (notebook), GTK_POS_BOTTOM);
g_signal_connect (notebook, "button-press-event",
(GCallback)button_press_cb, NULL);