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

List:       kde-commits
Subject:    kdevelop/parts/autoproject
From:       Amilcar do Carmo Lucas <amilcar () ida ! ing ! tu-bs ! de>
Date:       2003-08-15 13:28:59
[Download RAW message or body]

CVS commit by aclu: 

Do not include the "run directory radio" configuration in a project where the run \
option is disabled (i.e. GBA)


  M +1 -1      autoprojectpart.cpp   1.107


--- kdevelop/parts/autoproject/autoprojectpart.cpp  #1.106:1.107
@@ -207,5 +207,5 @@ void AutoProjectPart::openProject(const 
 
     // Set the default directory radio to "executable"
-    if (DomUtil::readEntry(dom, "/kdevautoproject/run/directoryradio") == "" ) {
+    if (!DomUtil::readBoolEntry(dom, "/kdevautoproject/run/disable_default") && \
                DomUtil::readEntry(dom, "/kdevautoproject/run/directoryradio") == "" \
                ) {
         DomUtil::writeEntry(dom, "/kdevautoproject/run/directoryradio", \
"executable");  }


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

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