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 638057 - Evolution --express doesn't remember status bar setting
Evolution --express doesn't remember status bar setting
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Shell
2.32.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
evolution[express]
Depends on:
Blocks:
 
 
Reported: 2010-12-26 19:58 UTC by Paul Kishimoto
Modified: 2011-02-11 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (1.31 KB, patch)
2011-02-11 13:49 UTC, Milan Crha
committed Details | Review

Description Paul Kishimoto 2010-12-26 19:58:36 UTC
Originally reported at:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/692411

Starting evolution with the "--express" option is a handy way to save screen real estate. However, if I choose to hide the status bar to see even more, it reappears after I restart the application. This is different from the behaviour when --express is not given.

To reproduce:
1. $ evolution --express
2. View → Layout → uncheck "Show Status Bar"
3. File → Quit
4. $ evolution --express

Observed: The status bar is shown.
Expected: The status bar is not shown.
Comment 1 Omer Akram 2010-12-26 20:16:27 UTC
the problem still present in evolution 2.32.1
Comment 2 Milan Crha 2011-02-11 13:49:25 UTC
Created attachment 180654 [details] [review]
evo patch

for evolution;

The code was forcing status bar visibility for mailer and was hiding it for other views regardless user settings. I removed this part of the code and let it hide only switcher buttons, which are not accessible from menu in the express mode anyway.
Comment 3 Milan Crha 2011-02-11 13:49:56 UTC
Created commit c295432 in evo master (2.91.90+)