diff options
author | waker <wakeroid@gmail.com> | 2011-03-15 20:30:24 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-03-15 20:30:24 +0100 |
commit | 56d4777f9b6648ac2b383795194b976c8c68018b (patch) | |
tree | 169ef97f5762279538412bbed2a69d4c8f784746 /plugins/gtkui/eq.c | |
parent | 5f38b54305d03202e67ec4f5a1cbc09a45366828 (diff) |
added streamer_dsp_refresh api entry;
fixed switching eq on/off
Diffstat (limited to 'plugins/gtkui/eq.c')
-rw-r--r-- | plugins/gtkui/eq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkui/eq.c b/plugins/gtkui/eq.c index 067ce064..4cef6a4f 100644 --- a/plugins/gtkui/eq.c +++ b/plugins/gtkui/eq.c @@ -78,6 +78,7 @@ on_enable_toggled (GtkToggleButton *togglebutton, if (eq) { int enabled = gtk_toggle_button_get_active (togglebutton) ? 1 : 0; eq->enabled = enabled; + deadbeef->streamer_dsp_refresh (); } } |