projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff59ee8
)
Fix bug encodig missing value keys in gui
author
John Darrington
<john@darrington.wattle.id.au>
Mon, 13 Jul 2009 06:21:02 +0000
(14:21 +0800)
committer
John Darrington
<john@darrington.wattle.id.au>
Mon, 13 Jul 2009 06:21:02 +0000
(14:21 +0800)
src/ui/gui/helper.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/helper.c
b/src/ui/gui/helper.c
index d670002a467fc741bacafd4480f63782e97ef7b6..ff750b25f7aa6ffe3b6a99e55a2d014791bcf5d8 100644
(file)
--- a/
src/ui/gui/helper.c
+++ b/
src/ui/gui/helper.c
@@
-86,7
+86,7
@@
text_to_value (const gchar *text, union value *v,
}
msg_disable ();
- ok = data_in (ss_cstr (text),
LEGACY_NATIVE
, format.type, 0, 0, 0,
+ ok = data_in (ss_cstr (text),
UTF8
, format.type, 0, 0, 0,
dict->dict,
v, fmt_var_width (&format));
msg_enable ();