diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-08-21 18:06:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-08-21 18:06:54 +0200 |
commit | 732f69e623eb3f4dcb9aa5b9d778724546cdbb03 (patch) | |
tree | 1a9dfa1033ec62c69e7a7d32c5dbdcc1483a0d76 /extensions | |
parent | 5684fbce646bfd6514e7857a9e79c02a89c5346d (diff) |
loplugin:defaultparams
Change-Id: I900ddfbba7f58d4ed78a709170506222a1feb320
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/update/check/updatecheck.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx index a4103636fef9..7ffef6facbc1 100644 --- a/extensions/source/update/check/updatecheck.cxx +++ b/extensions/source/update/check/updatecheck.cxx @@ -1254,7 +1254,7 @@ UpdateCheck::showDialog(bool forceCheck) aGuard.reset(); } - getUpdateHandler()->setVisible(true); + getUpdateHandler()->setVisible(); // Run check in separate thread .. if( UPDATESTATE_CHECKING == eDialogState ) |