summaryrefslogtreecommitdiffstats
path: root/desktop/unx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-02-29 10:43:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-02-29 10:43:21 +0100
commit60f97f3ceb670a310e89cd1be948e04b469539f2 (patch)
tree42f128c0bf15e3d0eec3553275a48583caefe327 /desktop/unx
parentsax: this CalcXMLLen() was commented out since 2001 (diff)
downloadcore-60f97f3ceb670a310e89cd1be948e04b469539f2.tar.gz
core-60f97f3ceb670a310e89cd1be948e04b469539f2.zip
Typo bInhibitJavaLdx -> bInhibitPagein
Diffstat (limited to 'desktop/unx')
-rw-r--r--desktop/unx/source/start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index 4033c37cf934..be3ac7e1ca3b 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 */