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 170111 - Toolbar in fullscreen mode doesn't respect toolbar settings
Toolbar in fullscreen mode doesn't respect toolbar settings
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
0.1.x
Other All
: Normal trivial
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-12 22:49 UTC by Jan Van Buggenhout
Modified: 2005-04-22 23:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to remove set_style line (1.23 KB, patch)
2005-03-15 01:48 UTC, Bryan W Clark
accepted-commit_now Details | Review

Description Jan Van Buggenhout 2005-03-12 22:49:50 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:
Comment 1 Bryan W Clark 2005-03-15 01:48:56 UTC
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 2 Marco Pesenti Gritti 2005-04-08 10:42:19 UTC
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.
Comment 3 Nickolay V. Shmyrev 2005-04-22 23:12:17 UTC
Patch applied