Skip to content

Commit

Permalink
fix opening chat on rightclick on contact when use singlclick option …
Browse files Browse the repository at this point in the history
…is enabled
  • Loading branch information
wadealer committed Mar 26, 2013
1 parent d69fe9e commit 67cbf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/0001-psi-KDEfix-doubleclick-on-roster.diff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 6c36094..dd9b44d 100644
}
ContactListView::mousePressEvent(e);
+
+ if (activateItemsOnSingleClick()) {
+ if (activateItemsOnSingleClick() && e->button() == Qt::LeftButton) {
+ ContactListView::mouseDoubleClickEvent(e);
+ }
}
Expand Down

0 comments on commit 67cbf6e

Please sign in to comment.