Changeset 55305 in webkit


Ignore:
Timestamp:
Feb 26, 2010 1:24:55 PM (14 years ago)
Author:
tonikitoo@webkit.org
Message:

2010-02-26 Antonio Gomes <tonikitoo@webkit.org>

Complementary commit of r55300. Missing "notify::" to signal name.

  • tests/testwebview.c: (test_webkit_web_view_grab_focus):
Location:
trunk/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/gtk/ChangeLog

    r55300 r55305  
     12010-02-26  Antonio Gomes  <tonikitoo@webkit.org>
     2
     3        Complementary commit of r55300. Missing "notify::" to signal name.
     4
     5        * tests/testwebview.c:
     6        (test_webkit_web_view_grab_focus):
     7
    182010-02-26  Antonio Gomes  <tonikitoo@webkit.org>
    29
  • trunk/WebKit/gtk/tests/testwebview.c

    r55300 r55305  
    156156    loop = g_main_loop_new(NULL, TRUE);
    157157
    158     g_signal_connect(view, "progress", G_CALLBACK(idle_quit_loop_cb), NULL);
     158    g_signal_connect(view, "notify::progress", G_CALLBACK (idle_quit_loop_cb), NULL);
    159159
    160160    /* Wait for window to show up */
Note: See TracChangeset for help on using the changeset viewer.