rpms/seamonkey/devel seamonkey.sh.in, 1.5, 1.6 seamonkey.spec, 1.47, 1.48

Christopher Aillon caillon at fedoraproject.org
Wed Jan 7 22:28:43 UTC 2009


Author: caillon

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

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



Index: seamonkey.sh.in
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.sh.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- seamonkey.sh.in	1 Oct 2007 10:27:50 -0000	1.5
+++ seamonkey.sh.in	7 Jan 2009 22:28:12 -0000	1.6
@@ -91,6 +91,12 @@
 #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
+
 function check_running() {
     $MOZ_CLIENT_PROGRAM 'ping()' 2>/dev/null >/dev/null
     RETURN_VAL=$?


Index: seamonkey.spec
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- seamonkey.spec	17 Dec 2008 22:32:40 -0000	1.47
+++ seamonkey.spec	7 Jan 2009 22:28:12 -0000	1.48
@@ -12,7 +12,7 @@
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
 Version:        1.1.14
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPLv1.1
 Group:          Applications/Internet
@@ -435,6 +435,9 @@
 
 
 %changelog
+* Wed Jan 07 2009 Christopher Aillon <caillon at redhat.com> - 1.1.14-2
+- Disable the crash dialog
+
 * Wed Dec 17 2008 Kai Engert <kengert at redhat.com> - 1.1.14-1
 - Update to 1.1.14
 * Thu Dec 11 2008 Kai Engert <kengert at redhat.com> - 1.1.13-1




More information about the fedora-extras-commits mailing list