diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-04-06 12:43:21 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-08 00:56:40 +0200 |
commit | a48a5a4157e9af22adb3a7673203ed8ced5ceeab (patch) | |
tree | 0a5763a08fda4f3bc5101455f788d069a6947bb8 /src/mainwindow.cpp | |
parent | Do not update downloads history when private browsing is enabled. (diff) | |
download | rekonq-a48a5a4157e9af22adb3a7673203ed8ced5ceeab.tar.xz |
- Enable context menu for folders and separators of the bookmark bar
- Use the same context menu for the bookmark panel and the bookmark bar
- Use a list to store the different bookmark bars
- Fix the different crashes when there are more than one window
- When the bookmarks are changed, all the bars are refreshed
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d5831fdb..13adab3d 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -160,6 +160,7 @@ MainWindow::MainWindow() MainWindow::~MainWindow() { + Application::bookmarkProvider()->removeToolBar(m_bmBar); Application::instance()->removeMainWindow(this); delete m_popup; } |