-rw-r--r-- | noncore/settings/sysinfo/processinfo.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/noncore/settings/sysinfo/processinfo.cpp b/noncore/settings/sysinfo/processinfo.cpp index 9a5446a..769410f 100644 --- a/noncore/settings/sysinfo/processinfo.cpp +++ b/noncore/settings/sysinfo/processinfo.cpp | |||
@@ -163,6 +163,3 @@ void ProcessInfo::slotSendClicked() | |||
163 | int sigid = sigstr.toUInt(); | 163 | int sigid = sigstr.toUInt(); |
164 | if ( kill( currprocess->text( 0 ).stripWhiteSpace().toUInt(), sigid ) == 0 ) | 164 | kill( currprocess->text( 0 ).stripWhiteSpace().toUInt(), sigid ); |
165 | { | ||
166 | hide(); | ||
167 | } | ||
168 | } | 165 | } |