summaryrefslogtreecommitdiff
path: root/lockscreen
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2015-02-02 15:37:11 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2015-02-02 15:37:11 +0100
commit16d0c490fd2e395616b7a468d888bddd2178a452 (patch)
treef5cd2110dc9bab8cb08ddf8e628309cd63f602ce /lockscreen
parent4a1bf30044b459821c8f409acdd5c7f98c5712b6 (diff)
Indicator: use indicator::Entry to emit that an element has been removed
(bzr r3899.2.41)
Diffstat (limited to 'lockscreen')
-rw-r--r--lockscreen/LockScreenPanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockscreen/LockScreenPanel.cpp b/lockscreen/LockScreenPanel.cpp
index 2020420ac..1a2b26351 100644
--- a/lockscreen/LockScreenPanel.cpp
+++ b/lockscreen/LockScreenPanel.cpp
@@ -118,7 +118,7 @@ void Panel::AddIndicator(Indicator::Ptr const& indicator)
if (entry->active())
{
active = true;
- indicators_view_->ActivateEntry(entry->id());
+ indicators_view_->ActivateEntry(entry);
OnEntryActivated(GetPanelName(), entry->id(), entry->geometry());
break;
}