GNOME Bugzilla – Bug 560443
GNOME Goal: Remove deprecated GLib symbols
Last modified: 2008-11-28 21:29:54 UTC
See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib Here are the files+lines using deprecated GLib symbols in this module: gtk-engines/engines/industrial/src/parse_rc_style.h:96: g_scanner_freeze_symbol_table (scanner); gtk-engines/engines/industrial/src/parse_rc_style.h:100: g_scanner_thaw_symbol_table (scanner);
Created attachment 122623 [details] [review] patch, removes deprecated GLib symbols From Lexical Scanner: "There is no reason to use this macro, since it does nothing."
Thanks for the patch. 2008-11-28 Benjamin Berg <benjamin@sipsolutions.net> * engines/industrial/src/parse_rc_style.h: Remove the usage of deprecated glib symbols. Bug #560443, patch by Travis Veralrud