[Libreoffice-commits] .: Branch 'libreoffice-3-4-1' - desktop/source
Petr Mladek
pmladek at kemper.freedesktop.org
Mon Jun 20 07:30:14 PDT 2011
desktop/source/app/app.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d3081a62dbf82ab2ca8691639072d5ff7a4281ed
Author: Robert Nagy <robert at openbsd.org>
Date: Mon Jun 20 11:59:42 2011 +0200
fix fdo#37110 --quickstart shouldn't show start center
Signed-off-by: Tor Lillqvist <tlillqvist at novell.com>
Signed-off-by: Michael Meeks <michael.meeks at novell.com>
Signed-off-by: Petr Mladek <pmladek at suse.cz>
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 1544b20..873588d 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1767,7 +1767,7 @@ int Desktop::Main()
if ( !pExecGlobals->bRestartRequested )
{
- if ((!pCmdLineArgs->WantsToLoadDocument() && !pCmdLineArgs->IsInvisible() && !pCmdLineArgs->IsHeadless() ) &&
+ if ((!pCmdLineArgs->WantsToLoadDocument() && !pCmdLineArgs->IsInvisible() && !pCmdLineArgs->IsHeadless() && !pCmdLineArgs->IsQuickstart()) &&
(SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::E_SSTARTMODULE)) &&
(!bExistsRecoveryData ) &&
(!bExistsSessionData ) &&
More information about the Libreoffice-commits
mailing list