From 3caabf08ad2b4697bf4fdbdb7833e936a4ec346f Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 17 Mar 2014 09:23:05 +0100 Subject: [PATCH] Fix the service <-> channel mapping editor #2 - the clients of the origin service entry should be also notified --- src/service.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/service.c b/src/service.c index 851512a5..0f4bcc77 100644 --- a/src/service.c +++ b/src/service.c @@ -105,6 +105,8 @@ service_class_channel_set service_mapper_clean(svc, NULL, 1); /* no save - the link information is in the saved channel record */ + /* only send a notify about the change to other clients */ + idnode_notify_simple(&svc->s_id); return 0; }