diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/unx/source/start.c | 2 |
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 */ |