pango r2569 - in trunk: . pango
- From: behdad svn gnome org
- To: svn-commits-list gnome org
- Subject: pango r2569 - in trunk: . pango
- Date: Sun, 17 Feb 2008 23:35:59 +0000 (GMT)
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]