From a442d656b50c63beb1488c7d6c1dce57ff99d113 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 29 Dec 2009 00:07:09 +0000 Subject: * Added searchbar * Added directory filter * Added adblocker * Fixed webarchiver * Automake fixups git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1067137 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- konq-plugins/webarchiver/plugin_webarchiver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'konq-plugins/webarchiver/plugin_webarchiver.cpp') diff --git a/konq-plugins/webarchiver/plugin_webarchiver.cpp b/konq-plugins/webarchiver/plugin_webarchiver.cpp index fca9bc7..81dc9ba 100644 --- a/konq-plugins/webarchiver/plugin_webarchiver.cpp +++ b/konq-plugins/webarchiver/plugin_webarchiver.cpp @@ -78,12 +78,12 @@ void PluginWebArchiver::slotSaveToArchive() // Replace space with underscore, proposed Frank Pieczynski - archiveName = archiveName.simplifyWhiteSpace(); archiveName.replace( "\\s:", " "); + archiveName = archiveName.simplifyWhiteSpace(); archiveName.replace( "?", ""); archiveName.replace( ":", ""); archiveName.replace( "/", ""); - archiveName = archiveName.replace( QRegExp("\\s+"), " "); + archiveName = archiveName.replace( QRegExp("\\s+"), "_"); archiveName = KGlobalSettings::documentPath() + "/" + archiveName + ".war" ; -- cgit v1.2.1