Bug #298
Quassel join channels when single-clicking the name in the bufferview
Start date:
Due date:
% Done:
0%
Estimated time:
Version:
0.13.1
OS:
Any
Description
After parting a channel, a normal click on the channel will make you join again (-- it should be a double-click).
Regression from .. eh.. sometime in the past :-)
Associated revisions
History
#1 Updated by Sputnick about 16 years ago
AFAIR this was changed from doubleClicked() to activated() a while ago, because doubleClicked() fails on Mac. Apparently, activated() fails on X11 though.
We explicitly require a double click now again on X11, even though the docs for activated() suggest differently...
http://git.quassel-irc.org/?p=quassel.git;a=commit;h=0a82bb8c3fe72240b6fa03fd1018289465abf7f1
Don't join channels on single click in bufferviews on X11, fixes BR #298