diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-21 01:29:05 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-21 01:29:05 +0200 |
commit | 8e094f1119d4073e78697052397c42a90c527601 (patch) | |
tree | dc6d93eaff6c3fa8b5106520caf161fcb5606350 /src/webpage.cpp | |
parent | Working on new notify system... (diff) | |
download | rekonq-8e094f1119d4073e78697052397c42a90c527601.tar.xz |
New notify system
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp index 39511760..8c6c0d2a 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -141,7 +141,7 @@ void WebPage::slotHandleUnsupportedContent(QNetworkReply *reply) KParts::BrowserRun::AskSaveResult res = KParts::BrowserRun::askSave( url, offer, - mimetype, + mimetype, filename ); switch (res) |