Author: wrobell Date: Fri Mar 3 09:40:32 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - from fedora
---- Files affected: SOURCES: mozilla-firefox-pango-typo.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/mozilla-firefox-pango-typo.patch diff -u /dev/null SOURCES/mozilla-firefox-pango-typo.patch:1.1 --- /dev/null Fri Mar 3 10:40:32 2006 +++ SOURCES/mozilla-firefox-pango-typo.patch Fri Mar 3 10:40:27 2006 @@ -0,0 +1,18 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=322928 + +Index: gfx/src/gtk/nsFontMetricsPango.cpp +=================================================================== +RCS file: /cvsroot/mozilla/gfx/src/gtk/nsFontMetricsPango.cpp,v +retrieving revision 1.16.2.2 +diff -d -u -p -r1.16.2.2 nsFontMetricsPango.cpp +--- gfx/src/gtk/nsFontMetricsPango.cpp 16 Sep 2005 06:16:02 -0000 1.16.2.2 ++++ gfx/src/gtk/nsFontMetricsPango.cpp 20 Feb 2006 19:15:19 -0000 +@@ -981,7 +981,7 @@ nsFontMetricsPango::GetPosition(const PR + + // Jump to the end if it's not found. + if (!found) { +- if (inx = 0) ++ if (inx == 0) + retval = 0; + else if (trailing) + retval = aLength; ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
