[Goodies-dev] [Bug 3775] Tips of all the panel's goodies are not updating.

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Fri Jan 18 14:04:36 CET 2008


DO NOT REPLY TO THIS EMAIL.  Also, do not reply via email to the person
whose email is mentioned below.  To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=3775





------- Comment #2 from mike.massonnet at gmail.com  2008-01-18 13:04 UTC -------
This behavior was introduced with GTK+2.12.  From that version, the user has to
connect the widget to the signal "query-tooltip" and call
gtk_widget_trigger_tooltip_query() in the corresponding callback in order to
update the tooltip.  The old API GtkTooltips didn't provide
gtk_widget_set_tooltip_ functions.  Now every widget can trigger a tooltip
without a GtkTooltips group.

Apparently the drawback is that it breaks the old API.  Now wait and see until
the developers update their code or that users send patches.

My 2 cents,
mike


-- 
Configure bugmail: http://bugzilla.xfce.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 Goodies-dev mailing list