gtk-engines r1281 - in trunk: . engines/industrial/src
- From: bberg svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-engines r1281 - in trunk: . engines/industrial/src
- Date: Fri, 28 Nov 2008 21:29:31 +0000 (UTC)
Author: bberg
Date: Fri Nov 28 21:29:30 2008
New Revision: 1281
URL: http://svn.gnome.org/viewvc/gtk-engines?rev=1281&view=rev
Log:
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
Modified:
trunk/ChangeLog
trunk/engines/industrial/src/parse_rc_style.h
Modified: trunk/engines/industrial/src/parse_rc_style.h
==============================================================================
--- trunk/engines/industrial/src/parse_rc_style.h (original)
+++ trunk/engines/industrial/src/parse_rc_style.h Fri Nov 28 21:29:30 2008
@@ -93,11 +93,9 @@
*/
if (!g_scanner_lookup_symbol (scanner, theme_symbols[0].name)) {
- g_scanner_freeze_symbol_table (scanner);
for (i = 0; i < G_N_ELEMENTS (theme_symbols); i++)
g_scanner_scope_add_symbol (scanner, scope_id, theme_symbols[i].name,
GINT_TO_POINTER (theme_symbols[i].token));
- g_scanner_thaw_symbol_table (scanner);
}
/* We're ready to go, now parse the top level */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]