diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-02-02 15:37:11 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-02-02 15:37:11 +0100 |
| commit | 16d0c490fd2e395616b7a468d888bddd2178a452 (patch) | |
| tree | f5cd2110dc9bab8cb08ddf8e628309cd63f602ce /lockscreen | |
| parent | 4a1bf30044b459821c8f409acdd5c7f98c5712b6 (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.cpp | 2 |
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; } |
