G_IS_ICON fails in gtk_icon_theme_lookup_by_gicon

2012-02-23 Thread Arnel A. Borja
Is there anything wrong doing this? I got it from XChat, which causes a bug: --- #includegtk/gtk.h int main (void) { GFile *file; GFileInfo *info; GIcon *mime_icon, *emblemed_icon, *direction_icon; GEmblem *direction_emblem; gtk_init (NULL, NULL);

G_IS_ICON fails in gtk_icon_theme_lookup_by_gicon

2012-02-19 Thread Arnel A. Borja
Is there anything wrong doing this? I got it from XChat, which causes a bug: --- #includegtk/gtk.h int main (void) { GFile *file; GFileInfo *info; GIcon *mime_icon, *emblemed_icon, *direction_icon; GEmblem *direction_emblem; gtk_init (NULL, NULL);