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

List:       kde-commits
Subject:    kdevelop/parts/doctreeview
From:       Alexander Dymo <cloudtemple () mksat ! net>
Date:       2003-10-27 21:23:17
[Download RAW message or body]

CVS commit by dymo: 

Applied patch from Tilman Vogel:
use correct names for config variables


  M +2 -2      htdigindex.cpp   1.23


--- kdevelop/parts/doctreeview/htdigindex.cpp  #1.22:1.23
@@ -442,5 +442,5 @@ bool ProgressDialog::generateIndex()
     KConfig config("kdevdoctreeviewrc", true);
     config.setGroup("htdig");
-    exe = config.readPathEntry("htdig", kapp->dirs()->findExe("htdig"));
+    exe = config.readPathEntry("htdigbin", kapp->dirs()->findExe("htdig"));
     if (exe.isEmpty())
     {
@@ -509,5 +509,5 @@ void ProgressDialog::htdigExited(KProces
       config.setGroup("htdig");
       // run htmerge -----------------------------------------------------
-      exe = config.readPathEntry("htmerge", kapp->dirs()->findExe("htmerge"));
+      exe = config.readPathEntry("htmergebin", kapp->dirs()->findExe("htmerge"));
       if (exe.isEmpty())
       {


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

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