------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=132505
Summary: [PATCH] Speak selected page viewer text.
Product: akregator
Version: unspecified
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: akregator-devel lists sourceforge net
ReportedBy: KDE.fanboy gmail com
Version: unknown (using KDE 3.5.4, compiled sources)
OS: Linux
Just a small patch to fill the TODO.
--- akregator_view.cpp (revision 573539)
+++ akregator_view.cpp (working copy)
@ -1394,7 +1394,7 @
}
else
{
- // TODO: read selected page viewer
+ SpeechClient::self()->slotSpeak(static_cast<PageViewer *>(m_currentFrame->part())->selectedText(), "en");
}
}
|