diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-02 23:02:43 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-02 23:02:43 +0200 |
commit | ab0991e9e9293fb170e9560286952474484191d1 (patch) | |
tree | e27911ebfacaf00de6ee34e4f1b19bc73387daba /src/bookmarks | |
parent | Merge commit 'refs/merge-requests/200' of git://gitorious.org/rekonq/mainline... (diff) | |
download | rekonq-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.cpp | 2 |
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(); } |