diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-09-08 23:20:45 +0200 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-09-08 23:20:45 +0200 |
commit | f04f256bc5e8c8eaf37c08041a82c04fb8ee6609 (patch) | |
tree | 702473172122d0e1e35ba09626ec5152ca810edc /src/bookmarks | |
parent | Revert "This hacks should fix (a lot of) javascript handling." (diff) | |
download | rekonq-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/bookmarks')
-rw-r--r-- | src/bookmarks/bookmarkprovider.cpp | 1 |
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())); |