From b05dade3edc9186af0fe093a501eed3d908ded5d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 9 Jul 2016 15:54:43 +0100 Subject: Resolves: tdf#90526 don't show splashscreen for -pt -or -p Change-Id: I64c6d82e3ff738fbc83b00d640765e8863ccd9b6 --- desktop/unx/source/args.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/unx/source/args.c b/desktop/unx/source/args.c index 19301f5948f1..79f28511b108 100644 --- a/desktop/unx/source/args.c +++ b/desktop/unx/source/args.c @@ -28,7 +28,8 @@ static struct { const char *pPageinType; } pArgDescr[] = { /* have a trailing argument */ - { "pt", 0, 0, 0, 0, NULL }, + { "pt", 1, 0, 0, 0, NULL }, + { "p", 1, 0, 0, 0, NULL }, { "display", 0, 0, 0, 0, NULL }, /* no splash */ -- cgit