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 560452 - GNOME Goal: Remove deprecated GLib symbols
GNOME Goal: Remove deprecated GLib symbols
Status: RESOLVED FIXED
Product: zenity
Classification: Core
Component: general
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks: 560423
 
 
Reported: 2008-11-12 03:20 UTC by Luis Menina
Modified: 2009-01-09 00:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
replace g_strdown by g_ascii_strdown (1.49 KB, patch)
2009-01-07 20:30 UTC, Frederic Peters
committed Details | Review

Description Luis Menina 2008-11-12 03:20:51 UTC
See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib
Here are the files+lines using deprecated GLib symbols in this module:

zenity/src/tree.c:153:        if (strcmp (g_strdown (zenity_util_strip_newline (string->str)), "true") == 0)
zenity/src/tree.c:231:        if (strcmp (g_strdown ((gchar *) args[i+j]), "true") == 0)
zenity/src/tree.c:305:    if (strcmp (g_strdown (tree_data->print_column), "all") == 0)
Comment 1 Frederic Peters 2009-01-07 20:30:57 UTC
Created attachment 125960 [details] [review]
replace g_strdown by g_ascii_strdown
Comment 2 Lucas Rocha 2009-01-09 00:14:19 UTC
Commited in trunk, thanks!