[Webkit-unassigned] [Bug 14810] New: [gtk] [patch] Bad n_params on load_finished's g_signal_new in webkitgtkpage.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 29 18:53:50 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14810

           Summary: [gtk] [patch] Bad n_params on load_finished's
                    g_signal_new in webkitgtkpage.cpp
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: diegoe at gnome.org


In webkitgtkpage.cpp:

--- gtk/Api/webkitgtkpage.cpp   (revision 24766)
+++ gtk/Api/webkitgtkpage.cpp   (working copy)
@@ -215,8 +215,8 @@ static void webkit_gtk_page_class_init(W
             NULL,
             NULL,
             webkit_gtk_marshal_VOID__OBJECT_BOOLEAN,
-            G_TYPE_NONE, 1,
-            WEBKIT_GTK_TYPE_FRAME);
+            G_TYPE_NONE, 2,
+            WEBKIT_GTK_TYPE_FRAME, G_TYPE_BOOLEAN);


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list