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

List:       kde-commits
Subject:    kdebase/kcontrol/konqhtml
From:       Bernhard Rosenkraenzer <bero () redhat ! de>
Date:       2002-03-20 14:14:26
[Download RAW message or body]


kdebase/kcontrol/konqhtml htmlopts.cpp,1.53,1.54
Author: bero
Wed Mar 20 15:14:25 CET 2002
In directory office:/tmp/cvs-serv30922


Modified Files:
         htmlopts.cpp
Log Message:
We're reading AutoDelayedActions, and writing the changed value as
AutoDekayedActions... Not a good idea. You *can* overdo the "replace random
letters with k" thing ;)

--- htmlopts.cpp        2002/02/08 10:37:12     1.53
+++ htmlopts.cpp        2002/03/20 14:13:06
@@ -196,7 +196,7 @@
     m_pConfig->setGroup( "HTML Settings" );
     m_pConfig->writeEntry( "ChangeCursor", cbCursor->isChecked() );
     m_pConfig->writeEntry( "AutoLoadImages", m_pAutoLoadImagesCheckBox->isChecked() );
-    m_pConfig->writeEntry( "AutoDekayedActions", m_pAutoRedirectCheckBox->isChecked() );
+    m_pConfig->writeEntry( "AutoDelayedActions", m_pAutoRedirectCheckBox->isChecked() );
     switch(m_pUnderlineCombo->currentItem())
     {
       case UnderlineAlways:



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

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