GNOME Bugzilla – Bug 170111
Toolbar in fullscreen mode doesn't respect toolbar settings
Last modified: 2005-04-22 23:12:17 UTC
Please describe the problem: When in fullscreen mode, the toolbar has priority text while priority text is explicitely turned of for toolbars. Steps to reproduce: 1. Switch to fullscreen mode (press F11) 2. Move the cursor Actual results: The toolbar shows up with priority text Expected results: The toolbar should show up without priority text Does this happen every time? yes Other information:
Created attachment 38722 [details] [review] Patch to remove set_style line I'm not really sure why we set the toolbar style for the fullscreen mode. However this removes that style setter.
Comment on attachment 38722 [details] [review] Patch to remove set_style line I guess we can just kill it for now, we can do something smarter if it's necessary.
Patch applied