pango r2570 - in branches/pango-1-18: . pango



Author: behdad
Date: Sun Feb 17 23:36:37 2008
New Revision: 2570
URL: http://svn.gnome.org/viewvc/pango?rev=2570&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:
   branches/pango-1-18/ChangeLog
   branches/pango-1-18/pango/modules.c

Modified: branches/pango-1-18/pango/modules.c
==============================================================================
--- branches/pango-1-18/pango/modules.c	(original)
+++ branches/pango-1-18/pango/modules.c	Sun Feb 17 23:36:37 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]