summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-21 18:06:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-21 18:06:54 +0200
commit732f69e623eb3f4dcb9aa5b9d778724546cdbb03 (patch)
tree1a9dfa1033ec62c69e7a7d32c5dbdcc1483a0d76 /extensions
parent5684fbce646bfd6514e7857a9e79c02a89c5346d (diff)
loplugin:defaultparams
Change-Id: I900ddfbba7f58d4ed78a709170506222a1feb320
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/updatecheck.cxx2
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 )