GNOME Bugzilla – Bug 312173
[PATCH] Tooltips not updated on re-connected toolbar item
Last modified: 2011-02-04 16:18:46 UTC
If you reconnect a toolbar UI element to an action, the tooltip displayed for the toolitem is not updated to match the new action. This is because the special case handling for triggering a notify::tooltip is only executed on the initial proxy creation. The following patch should fix the problem.
Created attachment 50036 [details] [review] Emit notify::tooltip when reconnecting an existing toolitem to a new proxy action
2005-08-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c (update_node): Update tooltips when reconnecting toolitems. (#312173, Alex Graveley)