[Libreoffice-ux-advise] [Bug 120271] Disabling "Get involved" infobar in enterprise installs

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Oct 5 10:03:14 UTC 2018


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

--- Comment #5 from Heiko Tietze <tietze.heiko at gmail.com> ---
(In reply to Michael Weghorn from comment #4)
> ...Would it
> possibly make sense to introduce a special value (like e.g. '-1') that means
> "neither show the info nor update the value to the current timestamp"?

Very simple:

if (nLastShown == -1)
   <exit>
else if (nLastShown == 0)
  ...

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list