diff options
author | Christian Dywan <christian@twotoasts.de> | 2009-10-07 18:29:01 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:40:41 +0200 |
commit | d21bf0c1ec07c28d412286ee534da11e69a32b8d (patch) | |
tree | 9845467af1957d95ae48b544383fc7b5b92111f3 /gtk/gtkfilechooserutils.h | |
parent | 07501cf02e8cbbec7b55792e867469562fbc8f03 (diff) | |
download | gtk+-d21bf0c1ec07c28d412286ee534da11e69a32b8d.tar.gz |
Remove deprecated GtkFileChooser functions
Diffstat (limited to 'gtk/gtkfilechooserutils.h')
-rw-r--r-- | gtk/gtkfilechooserutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserutils.h b/gtk/gtkfilechooserutils.h index a590cccd16..2aff40639a 100644 --- a/gtk/gtkfilechooserutils.h +++ b/gtk/gtkfilechooserutils.h @@ -31,7 +31,7 @@ G_BEGIN_DECLS typedef enum { GTK_FILE_CHOOSER_PROP_FIRST = 0x1000, GTK_FILE_CHOOSER_PROP_ACTION = GTK_FILE_CHOOSER_PROP_FIRST, - GTK_FILE_CHOOSER_PROP_FILE_SYSTEM_BACKEND, + /* GTK_FILE_CHOOSER_PROP_FILE_SYSTEM_BACKEND, */ GTK_FILE_CHOOSER_PROP_FILTER, GTK_FILE_CHOOSER_PROP_LOCAL_ONLY, GTK_FILE_CHOOSER_PROP_PREVIEW_WIDGET, |