summaryrefslogtreecommitdiff
path: root/extensions/source/update
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-19 17:49:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-19 17:49:57 +0200
commitcb029063384501338c6778e493d140c45e4270ed (patch)
tree414da501f7639caf97a103b55c77c8809c3790c5 /extensions/source/update
parentad6e444a31b5c8848a17ac461021493aa2293f23 (diff)
loplugin:defaultparams
Change-Id: Ief9af764ce6e75a5f2cfdd33d836f007e0f52cd3
Diffstat (limited to 'extensions/source/update')
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index 6eaaf370f6f3..a78cfdaedb1f 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -356,7 +356,7 @@ void UpdateCheckUI::AddMenuBarIcon( SystemWindow *pSysWin, bool bAddEventHdl )
mpBubbleWin = GetBubbleWindow();
if ( mpBubbleWin )
{
- mpBubbleWin->Show( true );
+ mpBubbleWin->Show();
maTimeoutTimer.Start();
}
mbShowBubble = false;