[gtk+/wip/gbsneto/placessidebar-locations] filechooserwidget: hide pathbar when in placesview
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/gbsneto/placessidebar-locations] filechooserwidget: hide pathbar when in placesview
- Date: Sun, 31 May 2015 23:49:45 +0000 (UTC)
commit a28e3c611a05bc6702b384ee7126af941489053b
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sun May 31 20:48:49 2015 -0300
filechooserwidget: hide pathbar when in placesview
gtk/gtkfilechooserwidget.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
index a8fc975..b6e9ece 100644
--- a/gtk/gtkfilechooserwidget.c
+++ b/gtk/gtkfilechooserwidget.c
@@ -2230,6 +2230,7 @@ places_sidebar_show_other_locations_cb (GtkPlacesSidebar *sidebar,
gtk_stack_set_visible_child_name (GTK_STACK (priv->browse_files_stack), "other_locations");
priv->preview_widget_active = FALSE;
+ gtk_widget_hide (GTK_WIDGET (priv->browse_header_box));
update_preview_widget_visibility (impl);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]