summaryrefslogtreecommitdiff
path: root/client/channel_list.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/channel_list.go')
-rw-r--r--client/channel_list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/channel_list.go b/client/channel_list.go
index 2daf619..25d093f 100644
--- a/client/channel_list.go
+++ b/client/channel_list.go
@@ -32,7 +32,7 @@ func (cl *channelList) setChannels(cs []proto.Object) {
*cl = nil
for _, c := range cs {
*cl = append(*cl, channelListEntry {
- c.Fields[""], channelLocation {c.Id}, false,
+ c.Fields[""], channelLocation {id: c.Id}, false,
})
}
sort.Sort(cl)