[totem] grilo: Move browse sidebar to main area



commit 49f26371f0bfd3519ae2692175dbe7bd0135d98f
Author: Bastien Nocera <hadess hadess net>
Date:   Fri May 3 13:20:48 2013 +0200

    grilo: Move browse sidebar to main area

 src/plugins/grilo/totem-grilo.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/grilo/totem-grilo.c b/src/plugins/grilo/totem-grilo.c
index 3c810db..ab30ad0 100644
--- a/src/plugins/grilo/totem-grilo.c
+++ b/src/plugins/grilo/totem-grilo.c
@@ -1196,8 +1196,8 @@ setup_sidebar_browse (TotemGriloPlugin *self,
 
        set_browser_filter_model_for_path (self, NULL);
 
-       totem_object_add_sidebar_page (self->priv->totem,
-                               "grilo-browse", _("Browse"),
+       totem_object_add_main_page (self->priv->totem,
+                               "grilo",
                                GTK_WIDGET (gtk_builder_get_object (builder, "gw_search")));
 }
 


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