From 884edbec208a339676aa41e631bf8aa000ce55f6 Mon Sep 17 00:00:00 2001 From: Lionel Chauvin Date: Thu, 6 Aug 2009 23:54:29 +0200 Subject: =?UTF-8?q?fix=20loadUrl=20for=20query=20with=20accents=20(eg:=20?= =?UTF-8?q?=C3=A9glantine)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/application.cpp b/src/application.cpp index 502a6aed..98b8d870 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -284,7 +284,7 @@ void Application::loadUrl(const KUrl& url, const Rekonq::OpenType& type) } else { - loadingUrl.setUrl(fn); + loadingUrl.setUrl(url.fileName()); loadingUrl.setScheme("gg"); } } -- cgit v1.2.1