From 821460600690723043ec844b4187362ca758a6a3 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 3 Sep 2010 17:57:38 +0200 Subject: ok, it seems working now. But I'm not sure this is the right fix.. --- src/bookmarks/bookmarkowner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bookmarks/bookmarkowner.cpp') diff --git a/src/bookmarks/bookmarkowner.cpp b/src/bookmarks/bookmarkowner.cpp index ece2e29f..f9e64d68 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(); } -- cgit v1.2.1