diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-07-16 21:07:38 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-07-16 21:07:38 +0000 |
commit | 7e54248bc3c4890aabdde5da3a929bca425a6649 (patch) | |
tree | 4bb378fd3d278cb15241f19c94a85fdad7a953ec /gtk/gtkfilechooserdialog.c | |
parent | bc8567d488c8222f655f2ed746ecfa8041c81137 (diff) | |
download | gtk+-7e54248bc3c4890aabdde5da3a929bca425a6649.tar.gz |
auto-ize.
Wed Jul 16 16:50:31 2003 Owen Taylor <otaylor@redhat.com>
* configure.ac Makefile.am: auto-ize.
* xdgmime/: Add freedesktop.org MIME spec implementatin
by Jonathan Blandford.
* gtkfilesystem.[ch]: Add gtk_file_info_render_icon()
gtk_file_info_set/get_icon_type to do icon handling
based on MIME type. Add a simple icon caching system.
* gtkfilesystemgnomevfs.c: Implement ensure_types()
so that extending the set of types for a loaded
directory works. Set the MIME type to get the default
icon handling.
* gtkfilesystemunix.c: Look up the MIME type using
xdgmime.
* gtkfilechooserimpldefault.c: Display icons in the list.
Diffstat (limited to 'gtk/gtkfilechooserdialog.c')
-rw-r--r-- | gtk/gtkfilechooserdialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c index fd40dc1ca5..854783f19c 100644 --- a/gtk/gtkfilechooserdialog.c +++ b/gtk/gtkfilechooserdialog.c @@ -50,7 +50,7 @@ static void gtk_file_chooser_dialog_get_property (GObject *obj GValue *value, GParamSpec *pspec); -GObjectClass *parent_class; +static GObjectClass *parent_class; GType gtk_file_chooser_dialog_get_type (void) |