From: Andre Noll Date: Thu, 1 Nov 2007 23:49:03 +0000 (+0100) Subject: Fix duplicate afs event add. X-Git-Tag: v0.3.0~135 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c30fa77db9a1a4f75dc5814cb9f4ecbd32aa110a;hp=c30fa77db9a1a4f75dc5814cb9f4ecbd32aa110a Fix duplicate afs event add. 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. ---