rpms/thunderbird/devel thunderbird.sh.in, 1.9, 1.10 thunderbird.spec, 1.120, 1.121

Christopher Aillon caillon at fedoraproject.org
Wed Jan 7 22:34:52 UTC 2009


Author: caillon

Update of /cvs/extras/rpms/thunderbird/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32171

Modified Files:
	thunderbird.sh.in thunderbird.spec 
Log Message:
* Wed Jan 07 2009 Christopher Aillon <caillon at redhat.com> - 2.0.0.18-2
- Disable the crash dialog



Index: thunderbird.sh.in
===================================================================
RCS file: /cvs/extras/rpms/thunderbird/devel/thunderbird.sh.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- thunderbird.sh.in	3 Mar 2008 14:23:29 -0000	1.9
+++ thunderbird.sh.in	7 Jan 2009 22:34:21 -0000	1.10
@@ -40,4 +40,10 @@
 #MOZ_DISABLE_PANGO=1
 #export MOZ_DISABLE_PANGO
 
+##
+## Disable the GNOME crash dialog, Moz has it's own
+## 
+GNOME_DISABLE_CRASH_DIALOG=1
+export GNOME_DISABLE_CRASH_DIALOG
+
 exec $MOZ_PROGRAM "$@"


Index: thunderbird.spec
===================================================================
RCS file: /cvs/extras/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- thunderbird.spec	20 Nov 2008 00:24:37 -0000	1.120
+++ thunderbird.spec	7 Jan 2009 22:34:22 -0000	1.121
@@ -8,7 +8,7 @@
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
 Version:        2.0.0.18
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -329,6 +329,9 @@
 #===============================================================================
 
 %changelog
+* Wed Jan 07 2009 Christopher Aillon <caillon at redhat.com> - 2.0.0.18-2
+- Disable the crash dialog
+
 * Wed Nov 19 2008 Christopher Aillon <caillon at redhat.com> 2.0.0.18-1
 - Update to 2.0.0.18
 




More information about the scm-commits mailing list