[lasem/mml-attrs] <mathml:operator> Fix named space normalization.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [lasem/mml-attrs] <mathml:operator> Fix named space normalization.
- Date: Wed, 6 Jan 2010 22:01:35 +0000 (UTC)
commit 79317d72ee018b204cfb41b67c4ddc3c0c128c2b
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Wed Jan 6 23:00:12 2010 +0100
<mathml:operator> Fix named space normalization.
src/lsmmathmlattributes.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lsmmathmlattributes.c b/src/lsmmathmlattributes.c
index 09a09aa..4bea92d 100644
--- a/src/lsmmathmlattributes.c
+++ b/src/lsmmathmlattributes.c
@@ -121,7 +121,7 @@ lsm_mathml_space_attribute_normalize (LsmMathmlSpaceAttribute *attribute,
g_return_val_if_fail (space != NULL, 0.0);
- switch (attribute->space.name) {
+ switch (space->name) {
case LSM_MATHML_SPACE_NAME_VERY_VERY_THIN:
attribute->value = style->very_very_thin_math_space;
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]