diff widgets/ImageDialog.cpp @ 374:64e84e5efb76 spectrogram-cache-rejig

* Merge from trunk
author Chris Cannam
date Wed, 27 Feb 2008 11:59:42 +0000
parents 07aa52466142
children 22b72f0f6a4e
line wrap: on
line diff
--- a/widgets/ImageDialog.cpp	Mon Nov 19 15:50:37 2007 +0000
+++ b/widgets/ImageDialog.cpp	Wed Feb 27 11:59:42 2008 +0000
@@ -186,7 +186,7 @@
                                       tr("The URL scheme \"%1\" is not supported")
                                       .arg(url.scheme()));
             } else {
-                m_remoteFile = new FileSource(url, true);
+                m_remoteFile = new FileSource(url, FileSource::ProgressDialog);
                 m_remoteFile->waitForData();
                 if (!m_remoteFile->isOK()) {
                     QMessageBox::critical(this, tr("File download failed"),