Bug #298
Quassel join channels when single-clicking the name in the bufferview
| Status: | Resolved | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | Sputnick | % Done: | 0% |
|
| Category: | Quassel GUI (Qt) | |||
| Target version: | 0.3.1 | |||
| Version: | OS: |
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 :-)
History
#1 Updated by Sputnick over 3 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