Bug 28883 - java runtime settings only accessible when java is enabled globaly
Summary: java runtime settings only accessible when java is enabled globaly
Status: RESOLVED FIXED
Alias: None
Product: kcontrol
Classification: Miscellaneous
Component: kcmkonqhtml (show other bugs)
Version: 2.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-13 13:03 UTC by Ferdinand Gassauer
Modified: 2003-02-11 06:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 );