rpms/firefox/devel firefox-1.0-pango-direction.patch,NONE,1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 28 19:49:13 UTC 2005


Update of /cvs/dist/rpms/firefox/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12423

Added Files:
	firefox-1.0-pango-direction.patch 
Log Message:
* Mon Mar 28 2005 Christopher Aillon <caillon at redhat.com> 0:1.0.2-3
- Updated firefox icon (https://bugzilla.mozilla.org/show_bug.cgi?id=261679)
- Fix for some more cursor issues in textareas


firefox-1.0-pango-direction.patch:
 nsFontMetricsPango.cpp |    4 ++++
 1 files changed, 4 insertions(+)

--- NEW FILE firefox-1.0-pango-direction.patch ---
--- mozilla/gfx/src/gtk/nsFontMetricsPango.cpp.foo	2005-03-28 14:20:47.000000000 -0500
+++ mozilla/gfx/src/gtk/nsFontMetricsPango.cpp	2005-03-28 14:23:45.000000000 -0500
@@ -1258,6 +1258,10 @@
     mLTRPangoContext = pango_xft_get_context(GDK_DISPLAY(), 0);
     mPangoContext = mLTRPangoContext;
 
+    // Make sure that this is set LTR - RTL text will be set using the
+    // RTL context.
+    pango_context_set_base_dir(mPangoContext, PANGO_DIRECTION_LTR);
+
     // Set the color map so we can draw later.
     gdk_pango_context_set_colormap(mPangoContext, gdk_rgb_get_cmap());
 




More information about the fedora-cvs-commits mailing list