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 560443 - GNOME Goal: Remove deprecated GLib symbols
GNOME Goal: Remove deprecated GLib symbols
Status: RESOLVED FIXED
Product: gtk-engines
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-engines maintainers
gtk-engines maintainers
Depends on:
Blocks: 560423
 
 
Reported: 2008-11-12 02:54 UTC by Luis Menina
Modified: 2008-11-28 21:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
patch, removes deprecated GLib symbols (584 bytes, patch)
2008-11-14 00:40 UTC, Travis Veralrud
committed Details | Review

Description Luis Menina 2008-11-12 02:54:11 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);
Comment 1 Travis Veralrud 2008-11-14 00:40:27 UTC
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."
Comment 2 Benjamin Berg 2008-11-28 21:29:54 UTC
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