Title: [119106] trunk/Source/WebKit2
- Revision
- 119106
- Author
- carlo...@webkit.org
- Date
- 2012-05-31 08:27:19 -0700 (Thu, 31 May 2012)
Log Message
[GTK] Fix webkit_web_view_can_execute_editing_command() API doc
https://bugs.webkit.org/show_bug.cgi?id=87930
Reviewed by Martin Robinson.
* UIProcess/API/gtk/WebKitWebView.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (119105 => 119106)
--- trunk/Source/WebKit2/ChangeLog 2012-05-31 15:27:15 UTC (rev 119105)
+++ trunk/Source/WebKit2/ChangeLog 2012-05-31 15:27:19 UTC (rev 119106)
@@ -1,3 +1,12 @@
+2012-05-31 Carlos Garcia Campos <cgar...@igalia.com>
+
+ [GTK] Fix webkit_web_view_can_execute_editing_command() API doc
+ https://bugs.webkit.org/show_bug.cgi?id=87930
+
+ Reviewed by Martin Robinson.
+
+ * UIProcess/API/gtk/WebKitWebView.cpp:
+
2012-05-31 Tor Arne Vestbø <tor.arne.ves...@nokia.com>
[Qt] Simplify QT_VERSION_CHECKS for Qt5 by introducing HAVE(QT5)
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp (119105 => 119106)
--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp 2012-05-31 15:27:15 UTC (rev 119105)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp 2012-05-31 15:27:19 UTC (rev 119106)
@@ -1775,7 +1775,7 @@
*
* Finish an asynchronous operation started with webkit_web_view_can_execute_editing_command().
*
- * Returns: %TRUE if a selection can be cut or %FALSE otherwise
+ * Returns: %TRUE if the editing command can be executed or %FALSE otherwise
*/
gboolean webkit_web_view_can_execute_editing_command_finish(WebKitWebView* webView, GAsyncResult* result, GError** error)
{
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes