(mfontset_modify_entry): Fix handling of the arg `how'.
authorhanda <handa>
Mon, 2 Aug 2004 00:31:06 +0000 (00:31 +0000)
committerhanda <handa>
Mon, 2 Aug 2004 00:31:06 +0000 (00:31 +0000)
src/fontset.c

index d3f3c7c..3f8e938 100644 (file)
@@ -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
        {