From d324e790d62c8a341abd06e845f8fe8d64aa8ef3 Mon Sep 17 00:00:00 2001 From: Sebastian Trueg Date: Wed, 25 Nov 2009 20:53:37 +0000 Subject: * Fixed execution of links in the metadata widget. * Do not try to list non-listable URLs. svn path=/trunk/KDE/kdebase/apps/; revision=1054300 --- src/dolphinmainwindow.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index e9332194f..0b4f90d19 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -406,6 +406,12 @@ private slots: */ void showSearchOptions(); + /** + * If the URL can be listed open it in the current view, otherwise + * run it through KRun. + */ + void handleUrl(const KUrl& url); + private: DolphinMainWindow(int id); void init(); @@ -460,7 +466,7 @@ private: QString tabProperty(const QString& property, int tabIndex) const; /** - * Sets the window caption to url.fileName() if this is non-empty, + * Sets the window caption to url.fileName() if this is non-empty, * "/" if the URL is "file:///", and url.protocol() otherwise. */ void setUrlAsCaption(const KUrl& url); -- cgit v1.3