summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserutils.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-05-10 23:43:49 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-05-10 23:43:49 -0400
commitf08d244c05679b8a54d940cdefc6365fc2174b34 (patch)
treec41db78aea24dc9f8bd31db134dd10d2a751cf35 /gtk/gtkfilechooserutils.h
parent78079e04d6467174c476ffc323c26a1b4dd62745 (diff)
downloadgtk+-f08d244c05679b8a54d940cdefc6365fc2174b34.tar.gz
Remove remnants of filechooser backend property
Diffstat (limited to 'gtk/gtkfilechooserutils.h')
-rw-r--r--gtk/gtkfilechooserutils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserutils.h b/gtk/gtkfilechooserutils.h
index 2aff40639a..8b80ab66f9 100644
--- a/gtk/gtkfilechooserutils.h
+++ b/gtk/gtkfilechooserutils.h
@@ -31,10 +31,9 @@ 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_FILTER,
GTK_FILE_CHOOSER_PROP_LOCAL_ONLY,
- GTK_FILE_CHOOSER_PROP_PREVIEW_WIDGET,
+ GTK_FILE_CHOOSER_PROP_PREVIEW_WIDGET,
GTK_FILE_CHOOSER_PROP_PREVIEW_WIDGET_ACTIVE,
GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL,
GTK_FILE_CHOOSER_PROP_EXTRA_WIDGET,