projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe7f61d
)
(mfontset_modify_entry): Fix handling of the arg `how'.
author
handa
<handa>
Mon, 2 Aug 2004 00:31:06 +0000
(
00:31
+0000)
committer
handa
<handa>
Mon, 2 Aug 2004 00:31:06 +0000
(
00:31
+0000)
src/fontset.c
patch
|
blob
|
history
diff --git
a/src/fontset.c
b/src/fontset.c
index
d3f3c7c
..
3f8e938
100644
(file)
--- a/
src/fontset.c
+++ b/
src/fontset.c
@@
-931,9
+931,9
@@
mfontset_modify_entry (MFontset *fontset,
layouter_name = Mt;
for (i--; i >= 0; i--)
{
- if (how == -1)
+ if (how == 1)
mplist_push (plist[i], layouter_name, font);
- else if (how == 1)
+ else if (how == -1)
mplist_add (plist[i], layouter_name, font);
else
{