diff options
author | Manish Singh <yosh@gimp.org> | 2003-12-24 06:32:28 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2003-12-24 06:32:28 +0000 |
commit | 874c2ce9cc62e68b6a75b89951b31b1a7100519b (patch) | |
tree | 9d977e080302323ee28540564e9d3fc3122f6617 /gtk | |
parent | 5a76c2360080a7a036412e0ace96ead2ad87a950 (diff) | |
download | gtk+-874c2ce9cc62e68b6a75b89951b31b1a7100519b.tar.gz |
fix GTK_TYPE_ICON_INFO macro, reported by muppet.
Tue Dec 23 22:34:50 2003 Manish Singh <yosh@gimp.org>
* gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
muppet.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkicontheme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h index 6e418c0c0c..b7ebfbe9ab 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -26,7 +26,7 @@ G_BEGIN_DECLS -#define GTK_TYPE_ICON_INFO (gtk_icon_info_get_type) +#define GTK_TYPE_ICON_INFO (gtk_icon_info_get_type ()) #define GTK_TYPE_ICON_THEME (gtk_icon_theme_get_type ()) #define GTK_ICON_THEME(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_ICON_THEME, GtkIconTheme)) |