Commit 099d645d authored by xan@webkit.org's avatar xan@webkit.org

2009-04-26 Xan Lopez <xlopez@igalia.com>

        Unreviewed, actually apply the right patch.

        * webkit/webkitwebview.cpp:
        (webkit_web_view_move_cursor):

git-svn-id: svn://svn.chromium.org/blink/trunk@42878 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 340437e5
2009-04-26 Xan Lopez <xlopez@igalia.com>
Unreviewed, actually apply the right patch.
* webkit/webkitwebview.cpp:
(webkit_web_view_move_cursor):
2009-04-26 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
......
......@@ -3202,5 +3202,5 @@ void webkit_web_view_move_cursor(WebKitWebView* webView, GtkMovementStep step, g
g_return_if_fail(count == 1 || count == -1);
gboolean handled;
g_signal_emit(webView, webkit_web_view_signals[MOVE_CURSOR], 0, step, &handled);
g_signal_emit(webView, webkit_web_view_signals[MOVE_CURSOR], 0, step, count, &handled);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment