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

List:       kde-commits
Subject:    kdebase/konqueror/sidebar/trees/history_module
From:       Pascal Létourneau <pletourn () globetrotter ! net>
Date:       2005-04-19 20:45:36
Message-ID: 20050419204536.8A74A3C8 () office ! kde ! org
[Download RAW message or body]

CVS commit by pletourn: 

Allow the history to be disabled


  M +2 -2      kcmhistory.cpp   1.18


--- kdebase/konqueror/sidebar/trees/history_module/kcmhistory.cpp  #1.17:1.18
@@ -60,6 +60,6 @@ HistorySidebarConfig::HistorySidebarConf
     dialog = new KonqSidebarHistoryDlg(this);
 
-    dialog->spinEntries->setRange( 1, INT_MAX, 1, false );
-    dialog->spinExpire->setRange(  1, INT_MAX, 1, false );
+    dialog->spinEntries->setRange( 0, INT_MAX, 1, false );
+    dialog->spinExpire->setRange(  0, INT_MAX, 1, false );
 
     dialog->spinNewer->setRange( 0, INT_MAX, 1, false );


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

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