summaryrefslogtreecommitdiff
path: root/noncore
authorllornkcor <llornkcor>2002-06-28 12:33:08 (UTC)
committer llornkcor <llornkcor>2002-06-28 12:33:08 (UTC)
commit9607d7d0953b0fbb128d23d3cb2effa9fe0657c4 (patch) (side-by-side diff)
tree92b1e09bf904c2f845da04cc0f39b4a8d90b822e /noncore
parent9838944f977a53dc3f9d3c138b507695bc6e238f (diff)
downloadopie-9607d7d0953b0fbb128d23d3cb2effa9fe0657c4.zip
opie-9607d7d0953b0fbb128d23d3cb2effa9fe0657c4.tar.gz
opie-9607d7d0953b0fbb128d23d3cb2effa9fe0657c4.tar.bz2
patch for more signales by Michael Lauer <mickey@tm.informatik.uni-frankfurt.de>
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/processdetail.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/settings/sysinfo/processdetail.cpp b/noncore/settings/sysinfo/processdetail.cpp
index ef612e6..5c0d335 100644
--- a/noncore/settings/sysinfo/processdetail.cpp
+++ b/noncore/settings/sysinfo/processdetail.cpp
@@ -41,7 +41,11 @@ ProcessDetail::ProcessDetail( QWidget* parent, const char* name, WFlags fl )
SignalCB = new QComboBox( FALSE, this, "SignalCB" );
SignalCB->insertItem( " 1: SIGHUP" );
SignalCB->insertItem( " 2: SIGINT" );
+ SignalCB->insertItem( " 3: SIGQUIT" );
+ SignalCB->insertItem( " 5: SIGTRAP" );
+ SignalCB->insertItem( " 6: SIGABRT" );
SignalCB->insertItem( " 9: SIGKILL" );
+ SignalCB->insertItem( "14: SIGALRM" );
SignalCB->insertItem( "15: SIGTERM" );
SignalCB->insertItem( "18: SIGCONT" );
SignalCB->insertItem( "19: SIGSTOP" );