diff widgets/ImageDialog.cpp @ 373:0895517bb2d1 1.2-stable

* merge from trunk (1.2 ended up being tracked from trunk, but we may want this branch for fixes later)
author Chris Cannam
date Wed, 27 Feb 2008 10:32:45 +0000
parents 07aa52466142
children 22b72f0f6a4e
line wrap: on
line diff
--- a/widgets/ImageDialog.cpp	Thu Nov 29 10:43:54 2007 +0000
+++ b/widgets/ImageDialog.cpp	Wed Feb 27 10:32:45 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"),