Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
channel: Fix the class name
  • Loading branch information
perexg committed Aug 21, 2014
1 parent 40cabce commit 54569a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/channels.c
Expand Up @@ -286,8 +286,8 @@ channel_class_epggrab_list ( void *o )
}

const idclass_t channel_class = {
.ic_class = "service",
.ic_caption = "Service",
.ic_class = "channel",
.ic_caption = "Channel",
.ic_save = channel_class_save,
.ic_get_title = channel_class_get_title,
.ic_delete = channel_class_delete,
Expand Down

0 comments on commit 54569a5

Please sign in to comment.