[Libreoffice-commits] core.git: extensions/source

Stephan Bergmann sbergman at redhat.com
Fri Aug 21 09:07:22 PDT 2015


 extensions/source/update/check/updatecheck.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 732f69e623eb3f4dcb9aa5b9d778724546cdbb03
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Aug 21 18:06:54 2015 +0200

    loplugin:defaultparams
    
    Change-Id: I900ddfbba7f58d4ed78a709170506222a1feb320

diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index a410363..7ffef6f 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 )


More information about the Libreoffice-commits mailing list