summaryrefslogtreecommitdiff
path: root/gtk-engine
diff options
context:
space:
mode:
authorDominic Lachowicz <domlachowicz@gmail.com>2008-11-22 16:22:46 +0000
committerDom Lachowicz <doml@src.gnome.org>2008-11-22 16:22:46 +0000
commitbf1036431036c1f7f3fbca0608b58d4954e475a8 (patch)
treefd4cf5d4ed1836ddd4fa9b5528a58e294facb8f1 /gtk-engine
parentdb7e277fd923ee25db43f88e40acf58d875eaea5 (diff)
downloadlibrsvg-bf1036431036c1f7f3fbca0608b58d4954e475a8.tar.gz
Remove deprecated GLib symbols (#560444). Patch by Luis Menina
2008-11-22 Dominic Lachowicz <domlachowicz@gmail.com> * gtk-engine/svg-rc-style.c: Remove deprecated GLib symbols (#560444). Patch by Luis Menina (liberforce@freeside.fr) svn path=/trunk/; revision=1187
Diffstat (limited to 'gtk-engine')
-rw-r--r--gtk-engine/svg-rc-style.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk-engine/svg-rc-style.c b/gtk-engine/svg-rc-style.c
index 85816700..f8441fb8 100644
--- a/gtk-engine/svg-rc-style.c
+++ b/gtk-engine/svg-rc-style.c
@@ -724,12 +724,10 @@ rsvg_rc_style_parse (GtkRcStyle *rc_style,
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 */