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  <[EMAIL PROTECTED]>

        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);
     }
 }
 
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to