diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-10-23 04:22:32 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-10-23 04:22:32 +0000 |
commit | b3bae3b40ab92ad5a5dab65da3c3440efae975d4 (patch) | |
tree | 9301956750d991c3fe99e7862c44fbc104aa44a8 /gtk/gtkfilesystemunix.c | |
parent | 3724a591d822c3bc53ce829407a142e19d418acf (diff) | |
download | gtk+-b3bae3b40ab92ad5a5dab65da3c3440efae975d4.tar.gz |
gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework
Wed Oct 22 23:20:04 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch]
gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]:
gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]:
Basic framework for the new file selector widget.
* gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch]
gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]:
Initial implementation of the GtkFileChooser user interface.
* gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation
for Unix files.
* configure.in gtk/Makefile.am gtk/xdgmime: Build code
for freedesktop.org MIME system on Unix.
* tests/testfilechooser.c: Test program for GtkFileChooser
* tests/prop-editor.c: Add support for properties on interfaces.
Diffstat (limited to 'gtk/gtkfilesystemunix.c')
-rw-r--r-- | gtk/gtkfilesystemunix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkfilesystemunix.c b/gtk/gtkfilesystemunix.c index ded5389ceb..60a1fbd7ec 100644 --- a/gtk/gtkfilesystemunix.c +++ b/gtk/gtkfilesystemunix.c @@ -21,6 +21,7 @@ #include "gtkfilesystem.h" #include "gtkfilesystemunix.h" +#define XDG_PREFIX _gtk_xdg #include "xdgmime/xdgmime.h" #include <errno.h> |