diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-02 23:06:22 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-02 23:06:22 -0500 |
commit | 7dc822e55421288a0c8a67ea8e85df5c5e50dace (patch) | |
tree | 0be36890782d5f922bb38eae7dffbc9b513276bc /kget/main.cpp | |
parent | 74807331b7343f8fbb6011b61f50e57bb6894ab6 (diff) | |
download | tdenetwork-7dc822e55421288a0c8a67ea8e85df5c5e50dace.tar.gz tdenetwork-7dc822e55421288a0c8a67ea8e85df5c5e50dace.zip |
Remove botched transfer slave threading code
This largely resolves Bug 1670
Diffstat (limited to 'kget/main.cpp')
-rw-r--r-- | kget/main.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kget/main.cpp b/kget/main.cpp index 1c1b9eb5..7f65e3f5 100644 --- a/kget/main.cpp +++ b/kget/main.cpp @@ -24,7 +24,6 @@ * ***************************************************************************/ - #include <twin.h> #include <tdelocale.h> #include <tdeaboutdata.h> @@ -102,7 +101,7 @@ class KGetApp : public KUniqueApplication { private: TDEMainWidget *tdemainwidget; - + public: KGetApp() : KUniqueApplication() { @@ -171,7 +170,7 @@ public: for( int i=0; i < args->count(); ++i){ urls.append(KURL::fromPathOrURL( args->arg(i))); } - + // Sometimes valid filenames are not recognised by KURL::isLocalFile(), they are marked as invalid then if ( args->count()==2 && ( urls.last().isLocalFile() || !urls.last().isValid())) { |