From 41e633acf5d08cbd8976771bd2b74f14abda3969 Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 16 Oct 2016 22:06:40 +0000 Subject: Use the notify name string instead of going via an enum and change existing hooks to use notifys instead. --- cmd-rename-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-rename-session.c') diff --git a/cmd-rename-session.c b/cmd-rename-session.c index bcc896b2..bf180f91 100644 --- a/cmd-rename-session.c +++ b/cmd-rename-session.c @@ -65,7 +65,7 @@ cmd_rename_session_exec(struct cmd *self, struct cmdq_item *item) RB_INSERT(sessions, &sessions, s); server_status_session(s); - notify_session_renamed(s); + notify_session("session-renamed", s); return (CMD_RETURN_NORMAL); } -- cgit v1.2.3