[Bug 65322] Gideon crashes when trying to execute/compile a project.
Amilcar do Carmo Lucas
amilcar at ida.ing.tu-bs.de
Fri Oct 3 19:45:07 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=65322
amilcar at ida.ing.tu-bs.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From amilcar at ida.ing.tu-bs.de 2003-10-03 19:44 -------
Subject: kdevelop/buildtools/autotools
CVS commit by aclu:
Fix BR65322
CCMAIL: 65322-done at bugs.kde.org
M +2 -0 autoprojectpart.cpp 1.117
--- kdevelop/buildtools/autotools/autoprojectpart.cpp #1.116:1.117
@@ -412,4 +412,6 @@ QString AutoProjectPart::runArguments()
if (m_widget->activeTarget())
return DomUtil::readEntry(*projectDom(), "/kdevautoproject/run/runarguments/" + m_widget->activeTarget()->name);
+ else
+ return QString::null;
else
return DomProgramArguments;
More information about the KDevelop-devel
mailing list