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

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/4/head
Slávek Banko 5 years ago
parent 0228e7e696
commit cfe2d7cb5f
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