|
|
Author: caolanm
Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5319
Modified Files:
openoffice.org-1.9.88.rh133741.alwaysgtk.desktop.patch
Log Message:
rh#172431# don't terminate on XError exception
openoffice.org-1.9.88.rh133741.alwaysgtk.desktop.patch:
desktop/scripts/soffice.sh | 2 ++
scripts/soffice.sh | 0
2 files changed, 2 insertions(+)
Index: openoffice.org-1.9.88.rh133741.alwaysgtk.desktop.patch
===================================================================
RCS file:
/cvs/dist/rpms/openoffice.org/devel/openoffice.org-1.9.88.rh133741.alwaysgtk.desktop.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openoffice.org-1.9.88.rh133741.alwaysgtk.desktop.patch 8 Sep 2005
09:47:40 -0000 1.2
+++ openoffice.org-1.9.88.rh133741.alwaysgtk.desktop.patch 8 Nov 2005
12:08:04 -0000 1.3
@@ -10,7 +10,7 @@
#*************************************************************************
+if [ -z $SAL_USE_VCLPLUGIN ]; then export SAL_USE_VCLPLUGIN=gtk; fi
-+
++export SAL_IGNOREXERRORS=true
#
# STAR_PROFILE_LOCKING_DISABLED=1
# export STAR_PROFILE_LOCKING_DISABLED
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|