summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-channels.c
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-09-18 17:44:04 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-09-18 17:44:04 +0000
commitfe73785c7a3573b89323bb4ee88d3c67b97707e2 (patch)
treea142eb950f1f0fa4cf20e2f26c6c87a37c1fba95 /src/fe-common/core/fe-channels.c
parent777349ecc1685772fd25d315420872ae5375c472 (diff)
downloadirssi-fe73785c7a3573b89323bb4ee88d3c67b97707e2.zip
/CYCLE !channel works now properly too
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2929 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core/fe-channels.c')
-rw-r--r--src/fe-common/core/fe-channels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/fe-channels.c b/src/fe-common/core/fe-channels.c
index ff3f0472..4ce5abeb 100644
--- a/src/fe-common/core/fe-channels.c
+++ b/src/fe-common/core/fe-channels.c
@@ -589,7 +589,7 @@ static void cmd_cycle(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
joindata = chanrec->get_join_data(chanrec);
window_bind_add(window_item_window(chanrec),
- chanrec->server->tag, chanrec->visible_name);
+ chanrec->server->tag, chanrec->name);
/* FIXME: kludgy kludgy... */
signal_emit("command part", 3, data, server, item);