Bug 156445

Summary: Sidebar off setting not honored
Product: [Applications] okular Reporter: Michal Svec <rebel>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.6   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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