[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 18:36:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 86ea61dd073c7fc7dfaa6b2ea487d6a174440fdc
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 14 13:22:15 2010 +0000

    2010-12-14  Diego Escalante Urrelo  <descalante at igalia.com>
    
            Reviewed by Xan Lopez.
    
            [gtk] misnamed gtk-doc strings for webkit_web_view_can_{c|c|p}_clipboard
            https://bugs.webkit.org/show_bug.cgi?id=50571
    
            * webkit/webkitwebview.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74018 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 7694c29..1894287 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-14  Diego Escalante Urrelo  <descalante at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        [gtk] misnamed gtk-doc strings for webkit_web_view_can_{c|c|p}_clipboard
+        https://bugs.webkit.org/show_bug.cgi?id=50571
+
+        * webkit/webkitwebview.cpp:
+
 2010-12-13  Xan Lopez  <xlopez at igalia.com>
 
         Reviewed by Martin Robinson.
diff --git a/WebKit/gtk/webkit/webkitwebview.cpp b/WebKit/gtk/webkit/webkitwebview.cpp
index fbf14cd..41113da 100644
--- a/WebKit/gtk/webkit/webkitwebview.cpp
+++ b/WebKit/gtk/webkit/webkitwebview.cpp
@@ -4129,7 +4129,7 @@ void webkit_web_view_execute_script(WebKitWebView* webView, const gchar* script)
 }
 
 /**
- * webkit_web_view_cut_clipboard:
+ * webkit_web_view_can_cut_clipboard:
  * @webView: a #WebKitWebView
  *
  * Determines whether or not it is currently possible to cut to the clipboard.
@@ -4145,7 +4145,7 @@ gboolean webkit_web_view_can_cut_clipboard(WebKitWebView* webView)
 }
 
 /**
- * webkit_web_view_copy_clipboard:
+ * webkit_web_view_can_copy_clipboard:
  * @webView: a #WebKitWebView
  *
  * Determines whether or not it is currently possible to copy to the clipboard.
@@ -4161,7 +4161,7 @@ gboolean webkit_web_view_can_copy_clipboard(WebKitWebView* webView)
 }
 
 /**
- * webkit_web_view_paste_clipboard:
+ * webkit_web_view_can_paste_clipboard:
  * @webView: a #WebKitWebView
  *
  * Determines whether or not it is currently possible to paste from the clipboard.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list