Fix loading of package contents when package is selected through dialog box.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit cfe2d7cb5f)
r14.0.x
Slávek Banko 5 years ago
parent b3ea5c93ad
commit 9c10e9cc96
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -60,7 +60,7 @@ kdpkg::kdpkg( const TQString &url, TQWidget *parent, const char *name, const TQS
// show files
this->shell->setCommand("dpkg -c "+url);
this->shell->setCommand("dpkg -c "+path);
this->shell->start(true);
TQStringList files = TQStringList::split( "\n", this->shell->getBuffer().stripWhiteSpace() );
TQString tmp;

Loading…
Cancel
Save