ooo-build r11411 - in branches/ooo-build-2-3: . patches/src680
- From: mrl svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r11411 - in branches/ooo-build-2-3: . patches/src680
- Date: Thu, 24 Jan 2008 18:12:21 +0000 (GMT)
Author: mrl
Date: Thu Jan 24 18:12:21 2008
New Revision: 11411
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11411&view=rev
Log:
2008-01-24 Jan Holesovsky <kendy suse cz>
* patches/src680/unxsplash-rework.diff: Fix sofficerc access problem,
found by Marcelo. (from trunk/)
Modified:
branches/ooo-build-2-3/ChangeLog
branches/ooo-build-2-3/patches/src680/unxsplash-rework.diff
Modified: branches/ooo-build-2-3/patches/src680/unxsplash-rework.diff
==============================================================================
--- branches/ooo-build-2-3/patches/src680/unxsplash-rework.diff (original)
+++ branches/ooo-build-2-3/patches/src680/unxsplash-rework.diff Thu Jan 24 18:12:21 2008
@@ -941,7 +941,7 @@
index 0000000..2317efe
--- /dev/null
+++ desktop/unx/source/start.c
-@@ -0,0 +1,717 @@
+@@ -0,0 +1,719 @@
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
@@ -1328,6 +1328,8 @@
+ /* costruct the sofficerc file location */
+ rtl_uString_newFromAscii( &pSettings, "file://" );
+ rtl_uString_newConcat( &pSettings, pSettings, pAppPath );
++ rtl_uString_newFromAscii( &pTmp, "/" );
++ rtl_uString_newConcat( &pSettings, pSettings, pTmp );
+ rtl_uString_newFromAscii( &pTmp, SAL_CONFIGFILE( "soffice" ) );
+ rtl_uString_newConcat( &pSettings, pSettings, pTmp );
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]