replay_gain: trigger OPTIONS idle event on mode change

This commit is contained in:
Max Kellermann
2009-11-01 15:44:56 +01:00
parent 9bcfd3a47d
commit 8bfe3497b0
4 changed files with 26 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
#include "conf.h"
#include "audio_format.h"
#include "pcm_volume.h"
#include "idle.h"
#include <glib.h>
@@ -75,6 +76,8 @@ replay_gain_set_mode_string(const char *p)
else
return false;
idle_add(IDLE_OPTIONS);
return true;
}