aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/list
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2010-12-25 03:14:10 +0000
committerGravatar Szymon Tomasz Stefanek2010-12-25 03:14:10 +0000
commitfc30c3ea279b53b2c0e2a3b71f9811ff1033076c (patch)
tree8da709e2160e50abd2e4b355f3b795fdbbd5aa56 /src/modules/list
parentUpdate str.grep short doc: avoid mentioning GNU regexp as we don't emulate it (diff)
downloadKVIrc-fc30c3ea279b53b2c0e2a3b71f9811ff1033076c.tar.gz
KVIrc-fc30c3ea279b53b2c0e2a3b71f9811ff1033076c.tar.bz2
KVIrc-fc30c3ea279b53b2c0e2a3b71f9811ff1033076c.zip
Added the very first shy 'auto-join this channel' feature to the window popup. .serverJoinChannels and .networkJoinChannels now return arrays. Reworked a bit the 'network name' mess in the IrcConnection... possibly needs more reorganizing. Some small tweaks in the server dialog.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5226 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/list')
-rw-r--r--src/modules/list/listwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/list/listwindow.cpp b/src/modules/list/listwindow.cpp
index 6961548a6..c949bb307 100644
--- a/src/modules/list/listwindow.cpp
+++ b/src/modules/list/listwindow.cpp
@@ -358,7 +358,7 @@ void KviListWindow::exportList()
break;
}
KviQString::sprintf(szFile,__tr2qs("Channel list for %Q - %Q"),
- &(connection()->networkName()),&(szDate));
+ &(connection()->currentNetworkName()),&(szDate));
} else {
szFile = __tr2qs("Channel list");
}