[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kio/misc
From:       Per Winkvist <per.winkvist () uk ! com>
Date:       2004-09-23 15:49:49
Message-ID: 20040923154949.ADCDB126E2 () office ! kde ! org
[Download RAW message or body]

CVS commit by winkvist: 


We never saved the state if columns should be visible or not, amazing.  Perhaps I'm \
missing something obvious?


  M +4 -1      uiserver.cpp   1.117


--- kdelibs/kio/misc/uiserver.cpp  #1.116:1.117
@@ -566,6 +566,9 @@ void ListProgress::writeSettings() {
    config.setGroup( "ProgressList" );
    for ( int i = 0; i < TB_MAX; i++ ) {
-      if (!m_lpcc[i].enabled)
+      if (!m_lpcc[i].enabled) {
+         QString tmps= "Enabled" + QString::number(i);
+         config.writeEntry( tmps, false );
          continue;
+      }
       m_lpcc[i].width=columnWidth(m_lpcc[i].index);
       QString tmps="Col"+QString::number(i);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic