GNOME Bugzilla – Bug 560452
GNOME Goal: Remove deprecated GLib symbols
Last modified: 2009-01-09 00:14:19 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)
Created attachment 125960 [details] [review] replace g_strdown by g_ascii_strdown
Commited in trunk, thanks!