summaryrefslogtreecommitdiff
path: root/src/bookmarks
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-09-02 23:02:43 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-09-02 23:02:43 +0200
commitab0991e9e9293fb170e9560286952474484191d1 (patch)
treee27911ebfacaf00de6ee34e4f1b19bc73387daba /src/bookmarks
parentMerge commit 'refs/merge-requests/200' of git://gitorious.org/rekonq/mainline... (diff)
downloadrekonq-ab0991e9e9293fb170e9560286952474484191d1.tar.xz
This commit hacks a merge request, to fast fixing a crash calling the bk toolbar
CCMAIL: yoann.laissus@gmail.com
Diffstat (limited to 'src/bookmarks')
-rw-r--r--src/bookmarks/bookmarkowner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkowner.cpp b/src/bookmarks/bookmarkowner.cpp
index f9e64d68..ece2e29f 100644
--- a/src/bookmarks/bookmarkowner.cpp
+++ b/src/bookmarks/bookmarkowner.cpp
@@ -130,7 +130,7 @@ void BookmarkOwner::setCurrentBookmark(const KBookmark &bookmark)
void BookmarkOwner::unsetCurrentBookmark()
{
- m_currentBookmark = KBookmark();
+// m_currentBookmark = KBookmark();
}