summaryrefslogtreecommitdiffstats
path: root/polyp/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/client.c')
-rw-r--r--polyp/client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/client.c b/polyp/client.c
index 809f9761..0cb42466 100644
--- a/polyp/client.c
+++ b/polyp/client.c
@@ -79,4 +79,6 @@ void pa_client_rename(struct pa_client *c, const char *name) {
assert(c);
pa_xfree(c->name);
c->name = pa_xstrdup(name);
+
+ pa_subscription_post(c->core, PA_SUBSCRIPTION_EVENT_CLIENT|PA_SUBSCRIPTION_EVENT_CHANGE, c->index);
}