diff options
| author | 2011-03-20 22:42:48 +0000 | |
|---|---|---|
| committer | 2011-03-20 22:42:48 +0000 | |
| commit | 9ac89491dde23ec62b7f19c908d17d4441b6272a (patch) | |
| tree | 43fd6a5d92da23fc90c1f1e3eb83ace0a79f10e8 /src/modules/channelsjoin/ChannelsJoinDialog.cpp | |
| parent | avoid to mess up with custom mode prefixes (ticket #1112) (diff) | |
| download | KVIrc-9ac89491dde23ec62b7f19c908d17d4441b6272a.tar.gz KVIrc-9ac89491dde23ec62b7f19c908d17d4441b6272a.tar.bz2 KVIrc-9ac89491dde23ec62b7f19c908d17d4441b6272a.zip | |
make the join button work, without having to select the channel first
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5658 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/channelsjoin/ChannelsJoinDialog.cpp')
| -rw-r--r-- | src/modules/channelsjoin/ChannelsJoinDialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/channelsjoin/ChannelsJoinDialog.cpp b/src/modules/channelsjoin/ChannelsJoinDialog.cpp index a077397cc..442bce49a 100644 --- a/src/modules/channelsjoin/ChannelsJoinDialog.cpp +++ b/src/modules/channelsjoin/ChannelsJoinDialog.cpp @@ -270,6 +270,7 @@ void ChannelsJoinDialogTreeWidget::mousePressEvent(QMouseEvent *e) if(e->button() & Qt::RightButton) { + pDialog->itemSelected(); if(!m_pJoinPopup) { m_pJoinPopup = new KviTalPopupMenu(this); |
