]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Fix duplicate afs event add.
authorAndre Noll <maan@systemlinux.org>
Thu, 1 Nov 2007 23:49:03 +0000 (00:49 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 1 Nov 2007 23:49:03 +0000 (00:49 +0100)
This bug hits if a request to update an existing audio file
is made. The old code caused an AFHI_CHANGE event and then
did "goto out;" which raises nother event (AUDIO_FILE_ADD).

Fix it by moving the event-raising code some lines up.


No differences found