diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2006-12-22 20:13:05 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2006-12-22 20:13:05 +0000 |
commit | 92b585be266901cff0a7c23b61d26fbd68703a97 (patch) | |
tree | 25250223cf6b75e817c7f53fb40037da9553cfb6 | |
parent | *** empty log message *** (diff) | |
download | librewolf-fedora-ff-92b585be266901cff0a7c23b61d26fbd68703a97.tar.gz librewolf-fedora-ff-92b585be266901cff0a7c23b61d26fbd68703a97.tar.bz2 librewolf-fedora-ff-92b585be266901cff0a7c23b61d26fbd68703a97.zip |
*** empty log message ***
-rw-r--r-- | firefox-2.0-pango-printing.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/firefox-2.0-pango-printing.patch b/firefox-2.0-pango-printing.patch index 25922fe..3e34296 100644 --- a/firefox-2.0-pango-printing.patch +++ b/firefox-2.0-pango-printing.patch @@ -1026,17 +1026,6 @@ diff -u -p -d -r1.57.16.2 nsFontMetricsPS.cpp } #ifdef MOZ_ENABLE_XFT -@@ -2332,8 +2588,8 @@ nsXftType1Generator::Init(nsXftEntry* aE - - nsXftType1Generator::~nsXftType1Generator() - { -- if (mEntry->mFace) -- FT_Done_Face(mEntry->mFace); -+ if (mEntry->mFace) -+ FT_Done_Face(mEntry->mFace); - - if (FT_Done_FreeType(mFreeTypeLibrary)) - return; @@ -2353,8 +2609,8 @@ void nsXftType1Generator::GeneratePSFont } |