GNOME Bugzilla – Bug 156549
obsolete g_print in gnome-vfs-mime-info.c
Last modified: 2004-12-22 21:47:04 UTC
Is following line in gnome-vfs-mime-info.c really needed? It breaks mozilla-bonobo, because it writes unexpected garbage to stdout. g_print ("looking for %s: got %s\n", attribute, text); Fix: Remove this line.
Already fixed in CVS.