summaryrefslogtreecommitdiff
path: root/src/nautilus-notebook.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-03-03 14:53:03 +0100
committerAlexander Larsson <alexl@redhat.com>2010-03-03 14:53:38 +0100
commit4d742c83498df29d6f4b853dca946c0b4c4b13a3 (patch)
tree0a6f3f04afdb2f76e0f7df31825268bc646c0cb8 /src/nautilus-notebook.c
parent7aad24446ce11d8508853cc0541590d3c8e0f99d (diff)
downloadnautilus-4d742c83498df29d6f4b853dca946c0b4c4b13a3.tar.gz
Revert "Put tabs at the bottom"
This reverts commit c6ee7553fd029239eff50d32dbcb57223ffa185e. We have gotten feedback that this experiment was not liked by users, so reverting.
Diffstat (limited to 'src/nautilus-notebook.c')
-rw-r--r--src/nautilus-notebook.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-notebook.c b/src/nautilus-notebook.c
index d25da250e..d05290cd3 100644
--- a/src/nautilus-notebook.c
+++ b/src/nautilus-notebook.c
@@ -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);