https://bugs.documentfoundation.org/show_bug.cgi?id=129236

--- Comment #4 from Stephan Bergmann <[email protected]> ---
I can not reproduce this.  "Help - Check for Updates..." quickly brings up the
"Check for Updates" dialog and quickly checks and presents the findings in that
dialog, for a local Linux (--enable-online-update) master build, a local
Windows (--enable-online-update) master build, and a Windows TDF 6.2.2 (which I
happened to have handy).

And while it might be true that the

>   TimeValue tv = { 10, 0 };
> 
>   // Initial wait to avoid doing further time consuming tasks during start-up
>   aResult = m_aCondition.wait(&tv);

in UpdateCheckThread::run (extensions/source/update/check/updatecheck.cxx) is
redundant, it should not hurt, as UpdateCheck::showDialog
(extensions/source/update/check/updatecheck.cxx) contains

>   m_aCondition.set();

to quit waiting as soon as a manual check is initiated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to