summaryrefslogtreecommitdiff
path: root/src/core/channels-setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/channels-setup.c')
-rw-r--r--src/core/channels-setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/channels-setup.c b/src/core/channels-setup.c
index 62d43b2c..a61ccb56 100644
--- a/src/core/channels-setup.c
+++ b/src/core/channels-setup.c
@@ -54,6 +54,8 @@ static void channel_setup_save(CHANNEL_SETUP_REC *channel)
void channel_setup_create(CHANNEL_SETUP_REC *channel)
{
+ channel->type = module_get_uniq_id("CHANNEL SETUP", 0);
+
if (g_slist_find(setupchannels, channel) == NULL)
setupchannels = g_slist_append(setupchannels, channel);
channel_setup_save(channel);