[Digikam-devel] [Bug 113919] Thumbbar fullscreen mode configuration problem.

Gilles Caulier caulier.gilles at free.fr
Thu Oct 6 06:21:23 BST 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=113919         




------- Additional Comments From caulier.gilles free fr  2005-10-06 07:20 -------
SVN commit 467728 by cgilles:

showfoto : restore properly thumbar settings.

CCBUG: 113919

 M  +1 -1      setupeditor.cpp  


--- trunk/extragear/graphics/digikam/showfoto/setupeditor.cpp #467727:467728
 @ -144,7 +144,7  @
     m_PNGcompression->setValue( config->readNumEntry("PNGCompression", 9) );
     m_TIFFcompression->setChecked(config->readBoolEntry("TIFFCompression", false));
     m_hideToolBar->setChecked(config->readBoolEntry("FullScreenHideToolBar", false));
-    m_hideThumbBar->setChecked(config->readBoolEntry("FullScreenHideThumblBar", true));
+    m_hideThumbBar->setChecked(config->readBoolEntry("FullScreenHideThumbBar", true));
     m_useTrashCheck->setChecked(config->readBoolEntry("DeleteItem2Trash", false));
     m_showSplashCheck->setChecked(config->readBoolEntry("ShowSplash", true));



More information about the Digikam-devel mailing list