diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-23 00:34:00 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-23 00:34:00 +0100 |
commit | 1f3b6569ae2297db11cef6ce1a8c2efb8f4e5007 (patch) | |
tree | aace2b63e78e334d05cfdc15902dee92fe6ffdca /src/urlbar/bookmarkwidget.cpp | |
parent | Cleans up "tab switch" management and expecially the use of signals (diff) | |
download | rekonq-1f3b6569ae2297db11cef6ce1a8c2efb8f4e5007.tar.xz |
Save one updateRightIcons call from the bookmark icon.
Does this helps here?
CCBUG:259328
Diffstat (limited to 'src/urlbar/bookmarkwidget.cpp')
-rw-r--r-- | src/urlbar/bookmarkwidget.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urlbar/bookmarkwidget.cpp b/src/urlbar/bookmarkwidget.cpp index 4569bc27..3252d9cc 100644 --- a/src/urlbar/bookmarkwidget.cpp +++ b/src/urlbar/bookmarkwidget.cpp @@ -133,4 +133,6 @@ void BookmarkWidget::removeBookmark() { Application::bookmarkProvider()->bookmarkOwner()->deleteBookmark(*m_bookmark); close(); + + emit updateIcon(); } |