rpms/thunderbird/devel thunderbird-1.5-bug304720.patch, NONE, 1.1 thunderbird.spec, 1.58, 1.59

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 12 03:11:58 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/thunderbird/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25804

Modified Files:
	thunderbird.spec 
Added Files:
	thunderbird-1.5-bug304720.patch 
Log Message:
* Wed Jan 11 2006 Christopher Aillon <caillon at redhat.com> - 1.5-0.5.6.rc1
- Fix crash when deleting highlighted text while composing mail within
  plaintext editor with spellcheck enabled.


thunderbird-1.5-bug304720.patch:
 nsTextServicesDocument.cpp |    2 ++
 1 files changed, 2 insertions(+)

--- NEW FILE thunderbird-1.5-bug304720.patch ---
Index: mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp
===================================================================
RCS file: /cvsroot/mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp,v
retrieving revision 1.59
diff -u -w -r1.59 nsTextServicesDocument.cpp
--- mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp	22 Aug 2005 03:00:03 -0000	1.59
+++ mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp	21 Nov 2005 23:37:13 -0000
@@ -2494,6 +2494,8 @@
 nsresult
 nsTextServicesDocument::DeleteNode(nsIDOMNode *aChild)
 {
+  NS_ENSURE_TRUE(mIterator, NS_ERROR_FAILURE);
+
   //**** KDEBUG ****
   // printf("** DeleteNode: 0x%.8x\n", aChild);
   // fflush(stdout);


Index: thunderbird.spec
===================================================================
RCS file: /cvs/dist/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- thunderbird.spec	3 Jan 2006 16:46:12 -0000	1.58
+++ thunderbird.spec	12 Jan 2006 03:11:45 -0000	1.59
@@ -8,7 +8,7 @@
 Summary:	Mozilla Thunderbird mail/newsgroup client
 Name:		thunderbird
 Version:	1.5
-Release:	0.5.5.rc1
+Release:	0.5.6.rc1
 Epoch:		0
 URL:		http://www.mozilla.org/projects/thunderbird/
 License:	MPL
@@ -49,6 +49,7 @@
 
 # patches from upstream (Patch100+)
 Patch100:       firefox-bug305970.patch
+Patch101:       thunderbird-1.5-bug304720.patch
 
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -99,6 +100,7 @@
 %patch81 -p1
 
 %patch100 -p1
+%patch101 -p1
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
@@ -185,6 +187,10 @@
 #===============================================================================
 
 %changelog
+* Wed Jan 11 2006 Christopher Aillon <caillon at redhat.com> - 1.5-0.5.6.rc1
+- Fix crash when deleting highlighted text while composing mail within
+  plaintext editor with spellcheck enabled.
+
 * Tue Jan  3 2006 Christopher Aillon <caillon at redhat.com> - 1.5-0.5.5.rc1
 - Looks like we can build on ppc64 again.
 




More information about the fedora-cvs-commits mailing list