[Libreoffice-commits] .: Branch 'libreoffice-3-3' - shell/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Nov 5 13:29:19 PDT 2010


 shell/source/backends/gconfbe/gconfaccess.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 900bbe83a024665f0f2862616c1bf21065d2829f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Nov 5 15:25:06 2010 +0000

    rhbz#649824# this key name is wrong
    (cherry picked from commit fa42616b7c5e03ff9967afd826a2da5e95e855c9)

diff --git a/shell/source/backends/gconfbe/gconfaccess.cxx b/shell/source/backends/gconfbe/gconfaccess.cxx
index 506c5c2..9ec3dd3 100644
--- a/shell/source/backends/gconfbe/gconfaccess.cxx
+++ b/shell/source/backends/gconfbe/gconfaccess.cxx
@@ -765,7 +765,7 @@ ConfigurationValue const ConfigurationValues[] =
     {
         SETTING_REMOVE_PERSONAL_INFO,
         "/apps/openoffice/lockdown/remove_personal_info_on_save",
-        "Scripting/RemovePersonalInfoOnSaving",
+        "RemovePersonalInfoOnSaving",
         sal_False,
         SETTINGS_LAST
     },


More information about the Libreoffice-commits mailing list