diff options
| author | Oscar Blumberg <[email protected]> | 2007-02-23 02:28:27 +0000 |
|---|---|---|
| committer | Oscar Blumberg <[email protected]> | 2007-02-23 02:28:27 +0000 |
| commit | 7a34c3321d1d36a9b20fb9116b33b8c8a9181e82 (patch) | |
| tree | 5f0fe634d1f3f1baf1e7e97204269eeaf1ef0d40 /src/infosidebarpage.h | |
| parent | 9c8e7f4e43d23c6d014ca4ffe2083ad8cc737753 (diff) | |
Change the behavior of the info sidebar to show the preview of the current selection.
svn path=/trunk/KDE/kdebase/apps/; revision=636423
Diffstat (limited to 'src/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index cebb7f4aa..5509ed1f4 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -128,11 +128,12 @@ private: void connectToActiveView(); /** - * Checks whether the current Url is repesented by a bookmark. If yes, + * Checks whether the an Url is repesented by a bookmark. If yes, * then the bookmark icon and name are shown instead of a preview. * @return True, if the Url represents exactly a bookmark. + * @param url The url to check. */ - bool applyBookmark(); + bool applyBookmark(const KUrl& url); /** Assures that any pending item information request is cancelled. */ void cancelRequest(); |
