After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 560450 - GNOME Goal: Remove deprecated GLib symbols
GNOME Goal: Remove deprecated GLib symbols
Status: RESOLVED FIXED
Product: vino
Classification: Applications
Component: tools
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: Vino Maintainer(s)
Vino Maintainer(s)
Depends on:
Blocks: 560423
 
 
Reported: 2008-11-12 03:17 UTC by Luis Menina
Modified: 2009-02-10 19:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luis Menina 2008-11-12 03:17:30 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))
Comment 1 Jonh Wendell 2008-11-13 17:35:15 UTC
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.
Comment 2 Thomas Andersen 2009-02-09 21:05:39 UTC
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.
Comment 3 Jonh Wendell 2009-02-10 19:34:42 UTC
sorry for that