GNOME Bugzilla – Bug 560450
GNOME Goal: Remove deprecated GLib symbols
Last modified: 2009-02-10 19:34:42 UTC
See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib Here are the files+lines using deprecated GLib symbols in this module: vino/tools/vino-passwd.c:159: if (!g_strcasecmp (password1, password2))
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
g_strcasecmp has been reintroduced in vino in r1015: vino/server/vino-prefs.c:169: !g_strcasecmp (network_interface, vino_network_interface)) Using -DG_DISABLE_DEPRECATED makes sure this deprecated stuff does not get used again.
sorry for that