[Bug 71132] Stop build should send SIGINT instead of SIGTERM
Matt Rogers
mattr at kde.org
Sun Dec 12 04:47:03 UTC 2004
------- 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=71132
mattr kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From mattr kde org 2004-12-12 04:46 -------
CVS commit by mattr:
Use SIGINT instead of SIGTERM to stop the build. Based on a patch from
Harald Fernengel. Fixes bug 71132
BUG: 71132
M +2 -1 makewidget.cpp 1.111
--- kdevelop/parts/outputviews/makewidget.cpp #1.110:1.111
@ -294,4 +294,5 @ void MakeWidget::startNextJob()
void MakeWidget::killJob()
{
+ if (!childproc->kill(SIGINT))
childproc->kill();
}
More information about the KDevelop-devel
mailing list