summaryrefslogtreecommitdiff
path: root/src/cr-style.c
diff options
context:
space:
mode:
authorMarkus Engel <p637777@aol.com>2014-03-24 20:29:00 +0000
committerIgnacio Casal Quinteiro <icq@gnome.org>2015-10-31 20:24:35 +0100
commite1facb1e7e8a0568774a1630c1a8621679635ef5 (patch)
tree98a12321d1e852086cdc9eb0897e1719f25cf405 /src/cr-style.c
parent15a8885758a5e6b4d7d03d7cacd89a212bbf9847 (diff)
downloadlibcroco-e1facb1e7e8a0568774a1630c1a8621679635ef5.tar.gz
Fix typos
https://bugzilla.gnome.org/show_bug.cgi?id=726993
Diffstat (limited to 'src/cr-style.c')
-rw-r--r--src/cr-style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cr-style.c b/src/cr-style.c
index 3233415..50e6006 100644
--- a/src/cr-style.c
+++ b/src/cr-style.c
@@ -1676,7 +1676,7 @@ set_prop_white_space_from_value (CRStyle * a_style, CRTerm * a_value)
a_style->white_space = WHITE_SPACE_NORMAL;
} else if (!strcmp (a_value->content.str->stryng->str,
"pre")) {
- a_style->font_weight = WHITE_SPACE_PRE;
+ a_style->white_space = WHITE_SPACE_PRE;
} else if (!strcmp (a_value->content.str->stryng->str,
"nowrap")) {
a_style->white_space = WHITE_SPACE_NOWRAP;