Bugzilla – Attachment 48149 Details for
Bug 37110
Start Centre opens at login if QuickStarter enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix.
quickstart.diff (text/plain), 819 bytes, created by
Robert Nagy
on 2011-06-18 17:14:25 UTC
(
hide
)
Description:
Fix.
Filename:
MIME Type:
Creator:
Robert Nagy
Created:
2011-06-18 17:14:25 UTC
Size:
819 bytes
patch
obsolete
>diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx >index d8483a2..8c86886 100644 >--- a/desktop/source/app/app.cxx >+++ b/desktop/source/app/app.cxx >@@ -1784,7 +1784,7 @@ int Desktop::Main() > > if ( !pExecGlobals->bRestartRequested ) > { >- if ((!rCmdLineArgs.WantsToLoadDocument() && !rCmdLineArgs.IsInvisible() && !rCmdLineArgs.IsHeadless() ) && >+ if ((!rCmdLineArgs.WantsToLoadDocument() && !rCmdLineArgs.IsInvisible() && !rCmdLineArgs.IsHeadless() && !rCmdLineArgs.IsQuickstart()) && > (SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::E_SSTARTMODULE)) && > (!bExistsRecoveryData ) && > (!bExistsSessionData ) &&
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 37110
: 48149