diff options
Diffstat (limited to 'tdenewstuff/downloaddialog.cpp')
-rw-r--r-- | tdenewstuff/downloaddialog.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tdenewstuff/downloaddialog.cpp b/tdenewstuff/downloaddialog.cpp index 0eaa0e685..81450fd68 100644 --- a/tdenewstuff/downloaddialog.cpp +++ b/tdenewstuff/downloaddialog.cpp @@ -659,6 +659,9 @@ void DownloadDialog::slotJobResult( TDEIO::Job *job ) } } + // Reset for next load + mJobData = TQString::null; + slotInstallPhase2(); } |