summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channelgroups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channelgroups.c b/channelgroups.c
index ce11e78..5d2d1a9 100644
--- a/channelgroups.c
+++ b/channelgroups.c
@@ -114,7 +114,7 @@ void cChannelGroups::DrawChannelGroups(const cChannel *start, const cChannel *st
line++;
groupLast = group;
if (channel == stop) {
- CreateGroupGrid(channelGroups[groupLast].GetName(), group, lineStart, line);
+ CreateGroupGrid(channelGroups[groupLast].GetName(), group+1, lineStart, line);
break;
}
}