[totem] main: Don't add the playlist to the sidebar



commit 0e810460361242b15f955dc37dc6ce2a1f6262a5
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 22 19:44:43 2014 +0100

    main: Don't add the playlist to the sidebar

 src/totem-sidebar.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-sidebar.c b/src/totem-sidebar.c
index f794735..6f133a9 100644
--- a/src/totem-sidebar.c
+++ b/src/totem-sidebar.c
@@ -124,7 +124,6 @@ totem_sidebar_setup (Totem *totem, gboolean visible)
        gtk_notebook_set_show_border (GTK_NOTEBOOK (totem->sidebar), FALSE);
        gtk_notebook_set_show_tabs (GTK_NOTEBOOK (totem->sidebar), FALSE);
 
-       totem_sidebar_add_page (totem, "playlist", _("Playlist"), NULL, GTK_WIDGET (totem->playlist));
        gtk_paned_pack2 (item, totem->sidebar, FALSE, FALSE);
 
        totem->sidebar_shown = visible;


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