Skip to content

Commit

Permalink
Deprecate the unused gtk-file-chooser-backend setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmccann committed Jun 30, 2013
1 parent 3d5d3e8 commit 7ca327c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 727 deletions.
1 change: 0 additions & 1 deletion gdk/win32/gdkproperty-win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ _gdk_win32_window_delete_property (GdkWindow *window,
"Gtk/IMPreeditStyle\0" "gtk-im-preedit-style\0"
"Gtk/IMStatusStyle\0" "gtk-im-status-style\0"
"Gtk/Modules\0" "gtk-modules\0"
"Gtk/FileChooserBackend\0" "gtk-file-chooser-backend\0"
"Gtk/CursorThemeName\0" "gtk-cursor-theme-name\0"
"Gtk/CursorThemeSize\0" "gtk-cursor-theme-size\0"
"Gtk/TimeoutInitial\0" "gtk-timeout-initial\0"
Expand Down
1 change: 0 additions & 1 deletion gdk/x11/gdksettings.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ static const struct {
{"Gtk/IMPreeditStyle", "gtk-im-preedit-style"},
{"Gtk/IMStatusStyle", "gtk-im-status-style"},
{"Gtk/Modules", "gtk-modules"},
{"Gtk/FileChooserBackend", "gtk-file-chooser-backend"},
{"Gtk/CursorThemeName", "gtk-cursor-theme-name"},
{"Gtk/CursorThemeSize", "gtk-cursor-theme-size"},
{"Gtk/TimeoutInitial", "gtk-timeout-initial"},
Expand Down
7 changes: 7 additions & 0 deletions gtk/gtksettings.c
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,13 @@ gtk_settings_class_init (GtkSettingsClass *class)
NULL);
g_assert (result == PROP_COLOR_HASH);

/**
* GtkSettings:gtk-file-chooser-backend:
*
* Name of the GtkFileChooser backend to use by default.
*
* Deprecated: 3.10: This setting is ignored. #GtkFileChooser uses GIO by default.
*/
result = settings_install_property_parser (class,
g_param_spec_string ("gtk-file-chooser-backend",
P_("Default file chooser backend"),
Expand Down
Loading

0 comments on commit 7ca327c

Please sign in to comment.