[Libreoffice-commits] .: desktop/unx
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Feb 7 05:40:55 PST 2012
desktop/unx/source/args.c | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 13b6afe8c8e26d837fc9de9428fe2bfca1b551c6
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Feb 7 13:36:50 2012 +0000
Resolves: rhbz#788042 skip splashscreen with --quickstart
diff --git a/desktop/unx/source/args.c b/desktop/unx/source/args.c
index 367bac2..0952911 100644
--- a/desktop/unx/source/args.c
+++ b/desktop/unx/source/args.c
@@ -58,6 +58,7 @@ static struct {
{ "nologo", 0, 1, 0, 0, NULL },
{ "headless", 0, 1, 0, 0, NULL },
{ "invisible", 0, 1, 0, 0, NULL },
+ { "quickstart", 0, 1, 0, 0, NULL },
{ "minimized", 0, 1, 0, 0, NULL },
/* pagein bits */
More information about the Libreoffice-commits
mailing list