don't show progress; it's not usually relevant for the kind of fetching plasmoids do
svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1091944
This commit is contained in:
parent
10ca78258c
commit
5076541c65
@ -429,7 +429,7 @@ QScriptValue SimpleJavaScriptApplet::getUrl(QScriptContext *context, QScriptEngi
|
||||
return engine->undefinedValue();
|
||||
}
|
||||
|
||||
KIO::Job *job = KIO::get(url);
|
||||
KIO::Job *job = KIO::get(url, KIO::NoReload, KIO::HideProgressInfo);
|
||||
return engine->newQObject(job);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user