[Libreoffice-commits] .: desktop/unx
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Wed Feb 29 01:43:28 PST 2012
desktop/unx/source/start.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 60f97f3ceb670a310e89cd1be948e04b469539f2
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Feb 29 10:43:21 2012 +0100
Typo bInhibitJavaLdx -> bInhibitPagein
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index 4033c37..be3ac7e 100644
--- a/desktop/unx/source/start.c
+++ b/desktop/unx/source/start.c
@@ -858,7 +858,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
}
/* pagein */
- if (!args->bInhibitJavaLdx)
+ if (!args->bInhibitPagein)
exec_pagein (args);
/* javaldx */
More information about the Libreoffice-commits
mailing list