summaryrefslogtreecommitdiff
path: root/src/urlbar/bookmarkwidget.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-23 00:34:00 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-23 00:34:00 +0100
commit1f3b6569ae2297db11cef6ce1a8c2efb8f4e5007 (patch)
treeaace2b63e78e334d05cfdc15902dee92fe6ffdca /src/urlbar/bookmarkwidget.cpp
parentCleans up "tab switch" management and expecially the use of signals (diff)
downloadrekonq-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.cpp2
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();
}