- Remove debugging statement from firefox-1.5-pango-mathml.patch
This commit is contained in:
parent
bc714c3094
commit
110012771e
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
Summary: Mozilla Firefox Web browser.
|
||||
Name: firefox
|
||||
Version: 1.5.0.6
|
||||
Release: 5
|
||||
Release: 6
|
||||
URL: http://www.mozilla.org/projects/firefox/
|
||||
License: MPL/LGPL
|
||||
Group: Applications/Internet
|
||||
@ -356,6 +356,9 @@ fi
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu Aug 24 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.5.0.6-6
|
||||
- Remove debugging statement from firefox-1.5-pango-mathml.patch
|
||||
|
||||
* Wed Aug 23 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-5
|
||||
- Attempt to turn visibility back on since the GCC issues should have
|
||||
been fixed.
|
||||
|
Loading…
Reference in New Issue
Block a user