diff options
author | waker <wakeroid@gmail.com> | 2013-08-17 22:26:02 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2013-08-17 22:26:02 +0200 |
commit | 6f76b72db553b69048c7aaf562e1f2425d018d3c (patch) | |
tree | d47a0823b4164d3393e12ebfb1eb0cc94cf62132 /plugins | |
parent | 610339056ac671a491371be8f02b40f72f8ee874 (diff) |
update ctmapping in streamer when GUI changes it
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gtkui/ctmapping.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkui/ctmapping.c b/plugins/gtkui/ctmapping.c index df149dbb..4bf3bb95 100644 --- a/plugins/gtkui/ctmapping.c +++ b/plugins/gtkui/ctmapping.c @@ -112,6 +112,7 @@ ctmapping_apply (void) { } } deadbeef->conf_set_str ("network.ctmapping", mapstr); + deadbeef->sendmessage (DB_EV_CONFIGCHANGED, 0, 0, 0); } void |