summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserutils.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2004-02-19 07:43:39 +0000
committerAlexander Larsson <alexl@src.gnome.org>2004-02-19 07:43:39 +0000
commit824548f1e481e25add5edfc9c798ee4e5501d083 (patch)
tree0e32cf6c03e549c633981778f1d4d59a42c45686 /gtk/gtkfilechooserutils.h
parent4c35b7430176b30e743892040d379206f7c039b7 (diff)
downloadgtk+-824548f1e481e25add5edfc9c798ee4e5501d083.tar.gz
Remove old file-system property. Add new file-system-backend string
2004-02-19 Alexander Larsson <alexl@redhat.com> * gtk/gtkfilechooser.c: (gtk_file_chooser_class_init): * gtk/gtkfilechooserutils.c: * gtk/gtkfilechooserutils.h: * gtk/gtkfilechooserwidget.c: Remove old file-system property. Add new file-system-backend string property * gtk/gtkfilechooserdefault.[ch]: Handle the file-system-backend property * gtk/gtkfilechooserdialog.[ch]: (gtk_file_chooser_dialog_new_with_backend): Remove old file-system property. Add new file-system-backend string property Add new function gtk_file_chooser_dialog_new_with_backend * gtk/gtkfilesystem.c: * gtk/gtkfilesystem.h: Add filesystem module support.
Diffstat (limited to 'gtk/gtkfilechooserutils.h')
-rw-r--r--gtk/gtkfilechooserutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserutils.h b/gtk/gtkfilechooserutils.h
index 038114140c..16c0f09de9 100644
--- a/gtk/gtkfilechooserutils.h
+++ b/gtk/gtkfilechooserutils.h
@@ -29,7 +29,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,
+ GTK_FILE_CHOOSER_PROP_FILE_SYSTEM_BACKEND,
GTK_FILE_CHOOSER_PROP_FILTER,
GTK_FILE_CHOOSER_PROP_FOLDER_MODE,
GTK_FILE_CHOOSER_PROP_LOCAL_ONLY,