[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

tonikitoo at webkit.org tonikitoo at webkit.org
Thu Apr 8 02:01:35 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit db4fbedfc0893281edab62f11021127a1016cf36
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 26 21:24:55 2010 +0000

     2010-02-26  Antonio Gomes  <tonikitoo at webkit.org>
    
        Complementary commit of r55300. Missing "notify::" to signal name.
    
        * tests/testwebview.c:
        (test_webkit_web_view_grab_focus):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55305 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index a9b3e2f..abecbc9 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,5 +1,12 @@
 2010-02-26  Antonio Gomes  <tonikitoo at webkit.org>
 
+        Complementary commit of r55300. Missing "notify::" to signal name.
+
+        * tests/testwebview.c:
+        (test_webkit_web_view_grab_focus):
+
+2010-02-26  Antonio Gomes  <tonikitoo at webkit.org>
+
         Reviewed by Xan Lopez.
         Patch by Antonio Gomes <tonikitoo at webkit.org>
 
diff --git a/WebKit/gtk/tests/testwebview.c b/WebKit/gtk/tests/testwebview.c
index 1447e1b..bd35122 100644
--- a/WebKit/gtk/tests/testwebview.c
+++ b/WebKit/gtk/tests/testwebview.c
@@ -155,7 +155,7 @@ static void test_webkit_web_view_grab_focus()
 
     loop = g_main_loop_new(NULL, TRUE);
 
-    g_signal_connect(view, "progress", G_CALLBACK(idle_quit_loop_cb), NULL);
+    g_signal_connect(view, "notify::progress", G_CALLBACK (idle_quit_loop_cb), NULL);
 
     /* Wait for window to show up */
     gtk_widget_show_all(window);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list