Bug 28883

Summary: java runtime settings only accessible when java is enabled globaly
Product: kcontrol Reporter: Ferdinand Gassauer <gassauer>
Component: kcmkonqhtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ferdinand Gassauer 2001-07-13 12:58:28 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kcmkonqhtml
Version:           2.0 (using KDE 2.2.0 beta1)
Severity:          normal
Installed from:    compiled sources
Compiler:          gcc version 2.95.2 19991024 (release)
OS:                Linux (i686) release 2.2.19
OS/Compiler notes: 

Hi!
IMHO the java settings should always be accessible. We advice to disable java globaly so the runtime settings must be accessible also for domain specific enabled java
cu
ferdinand

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 George Staikos 2003-02-11 06:58:11 UTC
Subject: KDE_3_1_BRANCH: kdebase/kcontrol/konqhtml

CVS commit by staikos: 

one-line fix for 28883.  It leaves old, useless code in right now but I'm not
sure if there is a reason it wasn't fixed so I'll leave it in for now.

CCMAIL: 28883-done@bugs.kde.org


  M +1 -1      javaopts.cpp   1.31.2.1


--- kdebase/kcontrol/konqhtml/javaopts.cpp  #1.31:1.31.2.1
@@ -311,5 +311,5 @@ void KJavaOptions::slotChanged()
 void KJavaOptions::toggleJavaControls()
 {
-    bool isEnabled = enableJavaGloballyCB->isChecked();
+    bool isEnabled = true; //enableJavaGloballyCB->isChecked();
 
     javaConsoleCB->setEnabled( isEnabled );