aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar wodim2011-03-20 22:42:48 +0000
committerGravatar wodim2011-03-20 22:42:48 +0000
commit9ac89491dde23ec62b7f19c908d17d4441b6272a (patch)
tree43fd6a5d92da23fc90c1f1e3eb83ace0a79f10e8 /src
parentavoid to mess up with custom mode prefixes (ticket #1112) (diff)
downloadKVIrc-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')
-rw-r--r--src/modules/channelsjoin/ChannelsJoinDialog.cpp1
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);