Revision 1a0bad7...
Go back to digest for 3rd April 2011Bug Fixes in Networking Tools
Francesco Nwokeka committed changes in [telepathy-chat-handler] /:
Fix activation of the "Find" shortcut in the chatwindow
The "find" shortcut wasn't being called anymore because ovveridden by the introduction of KTextEdit for the inheritance of "ChatTextEdit". So what I basically did was to
overload the "keyPressEvent(QKeyEvent* e)" and emit a custom signal.
Reviewed by Dario Freddi
File Changes
Modified 3 files
- lib/chat-text-edit.cpp
- lib/chat-text-edit.h
- lib/chat-widget.cpp
3 files changed in total