summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-09-08 23:20:45 +0200
committerYoann Laissus <yoann.laissus@gmail.com>2010-09-08 23:20:45 +0200
commitf04f256bc5e8c8eaf37c08041a82c04fb8ee6609 (patch)
tree702473172122d0e1e35ba09626ec5152ca810edc /src
parentRevert "This hacks should fix (a lot of) javascript handling." (diff)
downloadrekonq-f04f256bc5e8c8eaf37c08041a82c04fb8ee6609.tar.xz
A very small commit to fix the KEditBookmark issue with bookmark exporting when it's launched from rekonq
Diffstat (limited to 'src')
-rw-r--r--src/bookmarks/bookmarkprovider.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bookmarks/bookmarkprovider.cpp b/src/bookmarks/bookmarkprovider.cpp
index 8089fb6d..7cd48825 100644
--- a/src/bookmarks/bookmarkprovider.cpp
+++ b/src/bookmarks/bookmarkprovider.cpp
@@ -78,6 +78,7 @@ BookmarkProvider::BookmarkProvider(QObject *parent)
}
m_manager = KBookmarkManager::managerForFile(bookfile.path(), "rekonq");
+ m_manager->setEditorOptions("", true);
connect(m_manager, SIGNAL(changed(const QString &, const QString &)),
this, SLOT(slotBookmarksChanged()));