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 <[EMAIL PROTECTED]> 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); } } _______________________________________________ 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.