yelp r3153 - in branches/webkit: . src



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]