Bug 156445 - Sidebar off setting not honored
Summary: Sidebar off setting not honored
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 0.6
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-23 11:38 UTC by Michal Svec
Modified: 2008-01-23 12:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Svec 2008-01-23 11:38:30 UTC
Version:           0.6 (using 4.00.00 (KDE 4.0.0) "release 2.2", compiled sources)
Compiler:          gcc
OS:                Linux (i686) release 2.6.22.13-0.3-default

If I turn off the navigation panel (F7) it disappears and menu entry
honors the state. After I quit and rerun okular the menu entry is
correct, but sidebar is again on.
Comment 1 Pino Toscano 2008-01-23 12:57:20 UTC
SVN commit 765185 by pino:

Backport: correctly determine if the sidebar is shown or not (visible != !hidden)

CCBUG: 156445


 M  +7 -7      sidebar.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=765185
Comment 2 Pino Toscano 2008-01-23 12:57:20 UTC
SVN commit 765184 by pino:

Correctly determine if the sidebar is shown or not (visible != !hidden, grr)

BUG: 156445


 M  +7 -7      sidebar.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=765184