author | andyq <andyq> | 2002-10-29 18:33:34 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-10-29 18:33:34 (UTC) |
commit | 45d9a30ec17b5146ffdac8e776003752fe2deeea (patch) (unidiff) | |
tree | feeefaa97320466bd704c3b8253cfa5970616571 | |
parent | 2c3aa49e64a63f475bd60707c8cc105829691ab1 (diff) | |
download | opie-45d9a30ec17b5146ffdac8e776003752fe2deeea.zip opie-45d9a30ec17b5146ffdac8e776003752fe2deeea.tar.gz opie-45d9a30ec17b5146ffdac8e776003752fe2deeea.tar.bz2 |
Removed crap status message after ipkg finishes
-rw-r--r-- | noncore/settings/aqpkg/ipkg.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/ipkg.cpp b/noncore/settings/aqpkg/ipkg.cpp index 731a336..c762633 100644 --- a/noncore/settings/aqpkg/ipkg.cpp +++ b/noncore/settings/aqpkg/ipkg.cpp | |||
@@ -154,13 +154,14 @@ bool Ipkg :: runIpkg( ) | |||
154 | } | 154 | } |
155 | } | 155 | } |
156 | } | 156 | } |
157 | 157 | ||
158 | delete dependantPackages; | 158 | delete dependantPackages; |
159 | 159 | ||
160 | emit outputText( QString( "Finished - status=" ) + (ret ? "success" : "failure") ); | 160 | // emit outputText( QString( "Finished - status=" ) + (ret ? "success" : "failure") ); |
161 | emit outputText( "Finished" ); | ||
161 | emit outputText( "" ); | 162 | emit outputText( "" ); |
162 | return ret; | 163 | return ret; |
163 | } | 164 | } |
164 | 165 | ||
165 | 166 | ||
166 | int Ipkg :: executeIpkgCommand( QString &cmd, const QString option ) | 167 | int Ipkg :: executeIpkgCommand( QString &cmd, const QString option ) |