]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Update status items on blob events.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 17 Apr 2017 19:13:59 +0000 (21:13 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Jun 2017 17:08:58 +0000 (19:08 +0200)
If the image or the lyrics blob for the current audio file changes,
e.g. because the user executed the mvimg command, para_gui still
reports the old value because blob events don't trigger a status item
update.

This patch teaches aft_event_handler() to honor such events. We keep
it simple and update the items on every add/remove/rename event.


No differences found