[Webkit-unassigned] [Bug 98333] [GTK] Enable inspector by default in GtkLauncher/MiniBrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 4 04:22:56 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=98333


Alberto Garcia <agarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |agarcia at igalia.com




--- Comment #3 from Alberto Garcia <agarcia at igalia.com>  2012-10-04 04:23:22 PST ---
> Tools/GtkLauncher/main.c:492
> +    g_object_set(G_OBJECT(webkitSettings), "enable-developer-extras", TRUE, NULL);

You don't really need the cast here, g_object_set() receives a gpointer.

Otherwise it looks fine :)

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


More information about the webkit-unassigned mailing list