summaryrefslogtreecommitdiff
path: root/desktop
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
parentb6164f3f51ae891c9f38eb522f9b248498a5a10c (diff)
Typo bInhibitJavaLdx -> bInhibitPagein
Diffstat (limited to 'desktop')
-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 */