summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-09-09 17:22:40 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-09-09 17:22:40 +0200
commiteaf0fa86c4d1447b163288c3ad26913a48a84034 (patch)
tree4f4377e13bef86418cc0aca51db9162784a879ed /src
parentFix adblock host matcher (diff)
parentA very small commit to fix the KEditBookmark issue with bookmark exporting wh... (diff)
downloadrekonq-eaf0fa86c4d1447b163288c3ad26913a48a84034.tar.xz
Merge commit 'refs/merge-requests/205' of git://gitorious.org/rekonq/mainline
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()));