summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/pmipkg.cpp
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/oipkg/pmipkg.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/pmipkg.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/noncore/unsupported/oipkg/pmipkg.cpp b/noncore/unsupported/oipkg/pmipkg.cpp
index 71e9b88..2ed86ee 100644
--- a/noncore/unsupported/oipkg/pmipkg.cpp
+++ b/noncore/unsupported/oipkg/pmipkg.cpp
@@ -39,7 +39,7 @@
//#define OPROCESS
PmIpkg::PmIpkg( PackageManagerSettings* s, QWidget* p, const char * name, WFlags f )
- : QObject ( p ), shellWarning(true)
+ : QObject ( p )
{
settings = s;
runwindow = new RunWindow( p, name, true, f );
@@ -156,12 +156,6 @@ bool PmIpkg::runIpkg(const QString& args, const QString& dest )
}
}
pclose(fp);
- if (!ret && shellWarning)
- {
- shellWarning = false;
- QMessageBox::critical( runwindow, tr("install failure"),
- tr("<p>Did you start me from the command line?</p>"));
- }
#endif
//out( "Finished!");
pvDebug(2,QString(ret?"success\n":"failure\n"));