[nautilus] Revert "Put tabs at the bottom"



commit 4d742c83498df29d6f4b853dca946c0b4c4b13a3
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Mar 3 14:53:03 2010 +0100

    Revert "Put tabs at the bottom"
    
    This reverts commit c6ee7553fd029239eff50d32dbcb57223ffa185e.
    
    We have gotten feedback that this experiment was not liked by users,
    so reverting.

 src/nautilus-notebook.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-notebook.c b/src/nautilus-notebook.c
index d25da25..d05290c 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]