[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
tonikitoo at webkit.org
tonikitoo at webkit.org
Wed Mar 17 18:03:13 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 20fcb1c0bf38874a40fd484fabbb27423edceae3
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