GNOME Bugzilla – Bug 60524
Toolbar/Menubar detach confusion
Last modified: 2004-12-22 21:47:04 UTC
Gnumeric is calling: gnome_preferences_get_menubar_detachable () When it wants to check whether its toolbars should be detachable. But there is a separate preference for this: gnome_preference_get_toolbar_detachable () So, if in the Look and Feel/Applications capplet you turn off "Can detach and move menus", you make it impossible to move toolbars in gnumeric, even if "Can detach and move toolbars" is on. The fix is simple - just change all instances of get_menubar_detachable() in gnumeric to get_toolbar_detachable.
Wow that is an old bug. Thanks for noticing. Fixed in CVS.
The URL field has been removed from bugzilla.gnome.org. This URL was in the old URL field, and is being added as a comment so that the data is not lost. Please email bugmaster@gnome.org if you have any questions. URL: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=53657