Lok: compress duplicate state-changed events
STATE_CHANGED callback events that have the form of name=value are only removed when newer ones are identical. This is not very helpful since often the same name (i.e. state type) changes its value and we need to superseed older ones with new values. This patch makes sure that a STATE_CHANGED with a given name has its latest value and doesn't change multiple times while in the queue. Change-Id: Ibfa18359464d7137411e5846b1c6d415a0aad43d Reviewed-on: https://gerrit.libreoffice.org/31258Tested-by:Jenkins <ci@libreoffice.org> Reviewed-by:
Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit f80140bf) Reviewed-on: https://gerrit.libreoffice.org/31265Tested-by:
Ashod Nakashian <ashnakash@gmail.com>
Showing
Please
register
or
sign in
to comment