[gtk+/wip/gbsneto/other-locations: 11/13] filechooserwidget: sync local-only property
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/gbsneto/other-locations: 11/13] filechooserwidget: sync local-only property
- Date: Wed, 24 Jun 2015 13:52:03 +0000 (UTC)
commit 142fe9a54a3770f0eb5824f2ce6c3cdf3c098260
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Jun 22 03:16:42 2015 -0300
filechooserwidget: sync local-only property
gtk/gtkfilechooserwidget.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
index b78e3e4..5d119bd 100644
--- a/gtk/gtkfilechooserwidget.c
+++ b/gtk/gtkfilechooserwidget.c
@@ -59,6 +59,7 @@
#include "gtkpaned.h"
#include "gtkpathbar.h"
#include "gtkplacessidebar.h"
+#include "gtkplacesview.h"
#include "gtkprivate.h"
#include "gtkrecentmanager.h"
#include "gtkscrolledwindow.h"
@@ -238,6 +239,7 @@ struct _GtkFileChooserWidgetPrivate {
char *browse_files_last_selected_name;
GtkWidget *places_sidebar;
+ GtkWidget *other_files_view;
StartupMode startup_mode;
/* OPERATION_MODE_SEARCH */
@@ -2361,6 +2363,7 @@ set_local_only (GtkFileChooserWidget *impl,
_gtk_file_chooser_entry_set_local_only (GTK_FILE_CHOOSER_ENTRY (priv->location_entry), local_only);
gtk_places_sidebar_set_local_only (GTK_PLACES_SIDEBAR (priv->places_sidebar), local_only);
+ gtk_places_view_set_local_only (GTK_PLACES_VIEW (priv->other_files_view), local_only);
if (local_only && priv->current_folder &&
!_gtk_file_has_native_path (priv->current_folder))
@@ -7533,6 +7536,7 @@ gtk_file_chooser_widget_class_init (GtkFileChooserWidgetClass *class)
gtk_widget_class_bind_template_child_private (widget_class, GtkFileChooserWidget,
new_folder_create_button);
gtk_widget_class_bind_template_child_private (widget_class, GtkFileChooserWidget, new_folder_error_label);
gtk_widget_class_bind_template_child_private (widget_class, GtkFileChooserWidget, new_folder_popover);
+ gtk_widget_class_bind_template_child_private (widget_class, GtkFileChooserWidget, other_files_view);
/* And a *lot* of callbacks to bind ... */
gtk_widget_class_bind_template_callback (widget_class, browse_files_key_press_event_cb);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]