| Summary: | When I click on an emoticon in the list, I have to press the enter key to add it. Clicking it does not work | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | Ils Helsen <ilshelsen> |
| Component: | Chat Window | Assignee: | Kopete Developers <kopete-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ilshelsen, mattr, vincent.touffi |
| Priority: | NOR | ||
| Version First Reported In: | 0.70.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Patch : change the signal connected | ||
|
Description
Ils Helsen
2009-05-20 22:37:06 UTC
Created attachment 33912 [details]
Patch : change the signal connected
The patch change just the signal connected to EmoticonSelector::emoticonClicked() , itemActivated() by itemClicked().
Patch above applies to kopete/chatwindow/emoticonselector.cpp I've tested the patch. Emoticons are now inserted when I click on them, but no longer when I select them with the arrow keys and press Enter. Both actions should insert the emoticon. SVN commit 1022573 by mattr: Fix bug 193419 Prevent the user from having to press the enter key to add an emoticon when using the emoticon selector. Patch by Vincent Dupont. Thanks! This is the commit for KDE 4.4. The commit for the KDE 4.3 branch will close the bug CCBUG: 193419 M +1 -1 emoticonselector.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1022573 SVN commit 1022577 by mattr: Fix bug 193419 Prevent the user from having to press the enter key to add an emoticon when using the emoticon selector. Patch by Vincent Dupont. Thanks! This is the commit for KDE 4.3. BUG: 193419 M +1 -1 emoticonselector.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1022577 |