pango r2569 - in trunk: . pango



Author: behdad
Date: Sun Feb 17 23:35:59 2008
New Revision: 2569
URL: http://svn.gnome.org/viewvc/pango?rev=2569&view=rev

Log:
2008-02-17  Behdad Esfahbod  <behdad gnome org>

        Bug 517083 â pango modules: wrong fallback adding code?

        * pango/modules.c (map_add_engine): Fix typo.



Modified:
   trunk/ChangeLog
   trunk/pango/modules.c

Modified: trunk/pango/modules.c
==============================================================================
--- trunk/pango/modules.c	(original)
+++ trunk/pango/modules.c	Sun Feb 17 23:35:59 2008
@@ -580,7 +580,7 @@
       if (is_exact)
 	entry->exact = g_slist_prepend (entry->exact, pair);
       else
-	entry->exact = g_slist_prepend (entry->fallback, pair);
+	entry->fallback = g_slist_prepend (entry->fallback, pair);
     }
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]