SoftwareUpdater: Default to "full-sync" instead of "update".
Fixes #15899.
This commit is contained in:
@@ -47,7 +47,7 @@ SoftwareUpdaterApp::SoftwareUpdaterApp()
|
|||||||
BApplication(kAppSignature),
|
BApplication(kAppSignature),
|
||||||
fWorker(NULL),
|
fWorker(NULL),
|
||||||
fFinalQuitFlag(false),
|
fFinalQuitFlag(false),
|
||||||
fActionRequested(UPDATE),
|
fActionRequested(FULLSYNC),
|
||||||
fVerbose(false),
|
fVerbose(false),
|
||||||
fArgvsAccepted(true)
|
fArgvsAccepted(true)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user