GNOME Bugzilla – Bug 73917
tooltips don't work for BonoboUIToolbarControlItems
Last modified: 2004-12-22 21:47:04 UTC
The code sets up the tooltips, but they don't work. The result is that there are no tooltips for the Back and Forward buttons in the Nautilus toolbar.
Major for usability reasons...
The tooltip should be set in nautilus/src/nautilus-window-toolbars.c (set_up_special_bonobo_button). We should have a GtkTooltips object associated with the NautilusWindow, and we should enable / disable tooltips based on the relevant Gconf key.
Tool tips work for me marking fixed