Changeset 176316 in webkit


Ignore:
Timestamp:
Nov 19, 2014 6:24:10 AM (9 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Michael Catanzaro <Michael Catanzaro> 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:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r176315 r176316  
     12014-11-19  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [GTK] Error in documentation of webkit_print_operation_get_page_setup()
     4        https://bugs.webkit.org/show_bug.cgi?id=138868
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        Fix copypaste error in documentation of
     9        webkit_print_operation_get_page_setup().
     10
     11        * UIProcess/API/gtk/WebKitPrintOperation.cpp:
     12
    1132014-11-19  Mark Rowe  <mrowe@apple.com>
    214
  • trunk/Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp

    r169969 r176316  
    359359 *
    360360 * Return the current page setup of @print_operation. It returns %NULL until
    361  * either webkit_print_operation_set_print_settings() or webkit_print_operation_run_dialog()
     361 * either webkit_print_operation_set_page_setup() or webkit_print_operation_run_dialog()
    362362 * have been called.
    363363 *
Note: See TracChangeset for help on using the changeset viewer.