filechooser: Attach GSettings object to GtkSettings

... instead of keeping one per GtkFileChooserDefault. This allows using
it in other places, too.
This commit is contained in:
Benjamin Otte
2013-01-23 03:23:33 +01:00
parent b112a85395
commit 78d91aaf9b
4 changed files with 59 additions and 38 deletions

View File

@ -280,8 +280,6 @@ struct _GtkFileChooserDefault
gint sort_column;
GtkSortType sort_order;
GSettings *settings;
#if 0
GdkDragContext *shortcuts_drag_context;
GSource *shortcuts_drag_outside_idle;