yelp r3153 - in branches/webkit: . src
- From: dscorgie svn gnome org
- To: svn-commits-list gnome org
- Subject: yelp r3153 - in branches/webkit: . src
- Date: Fri, 11 Jul 2008 08:37:58 +0000 (UTC)
Author: dscorgie
Date: Fri Jul 11 08:37:58 2008
New Revision: 3153
URL: http://svn.gnome.org/viewvc/yelp?rev=3153&view=rev
Log:
* src/yelp-html.cpp:
Add support for copy and select all
Modified:
branches/webkit/ChangeLog
branches/webkit/src/yelp-html.cpp
Modified: branches/webkit/src/yelp-html.cpp
==============================================================================
--- branches/webkit/src/yelp-html.cpp (original)
+++ branches/webkit/src/yelp-html.cpp Fri Jul 11 08:37:58 2008
@@ -420,13 +420,13 @@
void
yelp_html_copy_selection (YelpHtml *html)
{
- /* Empty TODO */
+ webkit_web_view_copy_clipboard (WEBKIT_WEB_VIEW (html));
}
void
yelp_html_select_all (YelpHtml *html)
{
- /* Empty TODO */
+ webkit_web_view_select_all (WEBKIT_WEB_VIEW (html));
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]