[Webkit-unassigned] [Bug 36398] [GTK] Does not build with latest GTK+ development release

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 23 05:35:30 PDT 2010


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





--- Comment #11 from Gustavo Noronha (kov) <gns at gnome.org>  2010-03-23 05:35:30 PST ---
(In reply to comment #10)
> (From update of attachment 51381 [details])
> Mostly fine, we will just ignore the style warning as we want to keep the
> mozilla code mergable.
> 
> 
> > -    /* only paint widgets with NO_WINDOW this way */
> > -    if (!GTK_WIDGET_NO_WINDOW(platformWidget()))
> > +    /* only paint widgets with no window this way */
> > +    if (!!gtk_widget_get_has_window(platformWidget()))
> >          return;
> 
> You can just remove the '!'?!

Search and replace fail =D

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