[Webkit-unassigned] [Bug 27546] [GTK] context menu overriding API is very limited

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 13:52:09 PDT 2009


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





--- Comment #3 from Christian Dywan <christian at twotoasts.de>  2009-08-03 13:52:09 PDT ---
There's a condition which triggers this warning in Midori in the current code,
because it's so hard to customize the menu. You can safely ignore it.

I only had a quick look yet, but this is looking interesting. I will read the
code more closely in a bit.

First thoughts: Did you consider an array of GtkActionEntry instead of the case
statement? It would have the benefit that we can define labels, action names
and stock ID's in the same place.

And the gtk_widget_show_all before swhowing the menu looks wrong, applications
should be able to rely on the visibility.

-- 
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