After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 312173 - [PATCH] Tooltips not updated on re-connected toolbar item
[PATCH] Tooltips not updated on re-connected toolbar item
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Class: UIManager / Actions
2.7.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-07-31 23:07 UTC by Alex Graveley
Modified: 2011-02-04 16:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Emit notify::tooltip when reconnecting an existing toolitem to a new proxy action (967 bytes, patch)
2005-07-31 23:09 UTC, Alex Graveley
none Details | Review

Description Alex Graveley 2005-07-31 23:07:29 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.
Comment 1 Alex Graveley 2005-07-31 23:09:26 UTC
Created attachment 50036 [details] [review]
Emit notify::tooltip when reconnecting an existing toolitem to a new proxy action
Comment 2 Matthias Clasen 2005-08-01 16:24:37 UTC
2005-08-01  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkuimanager.c (update_node): Update tooltips when 
	reconnecting toolitems.  (#312173, Alex Graveley)