Title: [176386] releases/WebKitGTK/webkit-2.6/Source/WebKit2
Revision
176386
Author
[email protected]
Date
2014-11-20 00:33:07 -0800 (Thu, 20 Nov 2014)

Log Message

Merge r176316 - [GTK] Error in documentation of webkit_print_operation_get_page_setup()
https://bugs.webkit.org/show_bug.cgi?id=138868

Patch by Michael Catanzaro <[email protected]> on 2014-11-19
Reviewed by Carlos Garcia Campos.

Fix copypaste error in documentation of
webkit_print_operation_get_page_setup().

* UIProcess/API/gtk/WebKitPrintOperation.cpp:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog (176385 => 176386)


--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog	2014-11-20 08:29:51 UTC (rev 176385)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog	2014-11-20 08:33:07 UTC (rev 176386)
@@ -1,3 +1,15 @@
+2014-11-19  Michael Catanzaro  <[email protected]>
+
+        [GTK] Error in documentation of webkit_print_operation_get_page_setup()
+        https://bugs.webkit.org/show_bug.cgi?id=138868
+
+        Reviewed by Carlos Garcia Campos.
+
+        Fix copypaste error in documentation of
+        webkit_print_operation_get_page_setup().
+
+        * UIProcess/API/gtk/WebKitPrintOperation.cpp:
+
 2014-11-18  Carlos Alberto Lopez Perez  <[email protected]>
 
         [SOUP] [GnuTLS] Don't use a SSL3.0 record version in client hello.

Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp (176385 => 176386)


--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp	2014-11-20 08:29:51 UTC (rev 176385)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp	2014-11-20 08:33:07 UTC (rev 176386)
@@ -358,7 +358,7 @@
  * @print_operation: a #WebKitPrintOperation
  *
  * Return the current page setup of @print_operation. It returns %NULL until
- * either webkit_print_operation_set_print_settings() or webkit_print_operation_run_dialog()
+ * either webkit_print_operation_set_page_setup() or webkit_print_operation_run_dialog()
  * have been called.
  *
  * Returns: (transfer none): the current #GtkPageSetup of @print_operation.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to