[Webkit-unassigned] [Bug 35909] [GTK] GTK_WIDGET_IS_SENSITIVE deprecated in GTK+ 2.20

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 9 20:22:12 PST 2010


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


Holger Freyther <zecke at selfish.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #50287|review?                     |review-
               Flag|                            |




--- Comment #2 from Holger Freyther <zecke at selfish.org>  2010-03-09 20:22:12 PST ---
(From update of attachment 50287)
I might miss my morning coffee... or people from shelbyville has put stuff into
the water...


> +        [GTK] GTK_WIDGET_IS_SENSITIVE deprecated in GTK+ 2.20

please put a verb like "is" there to make it a sentence. :)


> +
> +#if GTK_CHECK_VERSION(2, 18, 0)
>      if (GTK_WIDGET_IS_SENSITIVE(widget)) {
> +#else
> +    if (GTK_WIDGET_IS_SENSITIVE(widget)) {
> +#endif

this looks identical. I think you want to make one of them
gtk_widget_is_sensitive?

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