Bug 40863

Summary: Warning about sending unencrypted date given even after disabling that option on Suse 7.3
Product: kcontrol Reporter: ndeb
Component: kcmcryptoAssignee: George Staikos <staikos>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description ndeb 2002-04-12 22:09:50 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kcmcrypto
Version:           KDE 3.0.5 (CVS HEAD >= 20020327)
Severity:          normal
Installed from:    compiled sources
Compiler:          gcc version 2.95.3 20010315 (release)
OS:                Linux (i686) release 2.4.17-P4-4GB
OS/Compiler notes: 

In kcontrol->Personalization->Crypto I have
_not_ enabled the option for getting a warning
when sending unencrypted data (such as when
reporting this bug). Inspite of that I am getting these warnings everytime I try to send some unencrypted data.

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 George Staikos 2003-02-19 00:02:59 UTC
Is this still a problem in 3.1.0?  I cannot reproduce this. 
Comment 2 ndeb 2003-02-19 00:11:50 UTC
Subject: Re:  Warning about sending unencrypted date given even after disabling that option on Suse 7.3         

The problem still exists. By default, this option is disabled but 
konqueror gives this warning anyway. This happens when u are starting KDE
the first time after the .kde directory has been removed. Basically, the
default settings do not reflect the actual behavior.

On 18 Feb 2003, George Staikos wrote:

> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>      
> http://bugs.kde.org/show_bug.cgi?id=40863     
> 
> 
> 
> 
> ------- Additional Comments From staikos@kde.org  2003-02-19 00:02 -------
> Is this still a problem in 3.1.0?  I cannot reproduce this.
> 

Comment 3 George Staikos 2003-02-19 19:58:25 UTC
Subject: KDE_3_1_BRANCH: kdebase/kcontrol/crypto

CVS commit by staikos: 

Incorrect default value
CCMAIL: 40863-done@bugs.kde.org


  M +1 -1      crypto.cpp   1.111.2.4


--- kdebase/kcontrol/crypto/crypto.cpp  #1.111.2.3:1.111.2.4
@@ -850,5 +850,5 @@ void KCryptoConfig::load()
   mWarnOnEnter->setChecked(config->readBoolEntry("OnEnter", false));
   mWarnOnLeave->setChecked(config->readBoolEntry("OnLeave", true));
-  mWarnOnUnencrypted->setChecked(config->readBoolEntry("OnUnencrypted", false));
+  mWarnOnUnencrypted->setChecked(config->readBoolEntry("OnUnencrypted", true));
 
 #if 0 // NOT IMPLEMENTED IN KDE 2.0