diff options
author | besfahbo <besfahbo> | 2006-08-25 02:04:52 +0000 |
---|---|---|
committer | besfahbo <besfahbo> | 2006-08-25 02:04:52 +0000 |
commit | 110012771ec754d4735d98622410809bfb2e7e0d (patch) | |
tree | 20779f481e41f83cca60adcf76de398b8e19c80a /firefox-1.5-nopangoxft.patch | |
parent | - Attempt to turn visibility back on since the GCC issues should have been (diff) | |
download | librewolf-fedora-ff-110012771ec754d4735d98622410809bfb2e7e0d.tar.gz librewolf-fedora-ff-110012771ec754d4735d98622410809bfb2e7e0d.tar.bz2 librewolf-fedora-ff-110012771ec754d4735d98622410809bfb2e7e0d.zip |
- Remove debugging statement from firefox-1.5-pango-mathml.patch
Diffstat (limited to 'firefox-1.5-nopangoxft.patch')
-rw-r--r-- | firefox-1.5-nopangoxft.patch | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/firefox-1.5-nopangoxft.patch b/firefox-1.5-nopangoxft.patch index becf0a1..009a1fb 100644 --- a/firefox-1.5-nopangoxft.patch +++ b/firefox-1.5-nopangoxft.patch @@ -12,15 +12,7 @@ #include "nsString.h" #include "nsIPersistentProperties2.h" -@@ -54,6 +53,7 @@ - #include "nsCompressedCharMap.h" - - #undef DEBUG_CUSTOM_ENCODER -+#define DEBUG_CUSTOM_ENCODER 1 - - G_DEFINE_TYPE (MozillaDecoder, mozilla_decoder, PANGO_TYPE_FC_DECODER) - -@@ -145,6 +145,13 @@ mozilla_decoders_init(void) +@@ -145,6 +144,13 @@ mozilla_decoders_init(void) if (initialized) return 0; @@ -34,7 +26,7 @@ encoder_hash = g_hash_table_new(g_str_hash, g_str_equal); cmap_hash = g_hash_table_new(g_str_hash, g_str_equal); wide_hash = g_hash_table_new(g_str_hash, g_str_equal); -@@ -208,7 +215,7 @@ mozilla_decoders_init(void) +@@ -208,7 +214,7 @@ mozilla_decoders_init(void) } } |