diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-09 15:54:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-09 15:54:43 +0100 |
commit | b05dade3edc9186af0fe093a501eed3d908ded5d (patch) | |
tree | dc8084ad2d0e5e81d82b6165bdca55cbbc5ffeef /desktop | |
parent | 75ae1437397af2d4c7d16d0d11952c87105c582e (diff) |
Resolves: tdf#90526 don't show splashscreen for -pt -or -p
Change-Id: I64c6d82e3ff738fbc83b00d640765e8863ccd9b6
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/unx/source/args.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |