From 0e248196084cefe3e1483255e19a0673287245b1 Mon Sep 17 00:00:00 2001 From: Marijn van Vliet Date: Tue, 5 Oct 2010 09:32:50 +0000 Subject: [PATCH] Fixed ordering of the application of the styles git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@282 ddfedd41-794f-dd11-ae45-00112f111e67 --- libchimara/style.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libchimara/style.c b/libchimara/style.c index 0aa4db2..9fc6b1e 100644 --- a/libchimara/style.c +++ b/libchimara/style.c @@ -38,8 +38,8 @@ glk_set_style(glui32 styl) glk_set_style_stream(glk_data->current_stream, styl); } +/* The first 11 tag names must correspond to the first 11 glk tag names as defined below */ static const gchar* TAG_NAMES[] = { - "default", "normal", "emphasized", "preformatted", @@ -52,9 +52,11 @@ static const gchar* TAG_NAMES[] = { "user1", "user2", "hyperlink", - "pager" + "pager", + "default" }; +/* The first 11 glk tag names must correspond to the first 11 tag names as defined above */ static const gchar* GLK_TAG_NAMES[] = { "glk-normal", "glk-emphasized", -- 2.30.2