summaryrefslogtreecommitdiff
path: root/panel
diff options
authorAlbert Astals <albert.astals@canonical.com>2012-05-25 15:30:19 +0200
committerAlbert Astals <albert.astals@canonical.com>2012-05-25 15:30:19 +0200
commit6b206c34afca37d4870477b5f1cff7f006818e3a (patch)
treef9f0d8bf02183c1a425f6d1ba0b9321d42fa577d /panel
parent509331beb04f7936110a2fa4c4bc91ccb4dcad25 (diff)
And now make it compile :D
(bzr r2369.2.2)
Diffstat (limited to 'panel')
-rw-r--r--panel/PanelIndicatorsView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/panel/PanelIndicatorsView.cpp b/panel/PanelIndicatorsView.cpp
index 03810731d..463cce28d 100644
--- a/panel/PanelIndicatorsView.cpp
+++ b/panel/PanelIndicatorsView.cpp
@@ -222,7 +222,7 @@ PanelIndicatorsView::ActivateEntryAt(int x, int y, int button)
PanelIndicatorEntryView* view = entry.second;
if (!target && view->IsVisible() && view->IsFocused() &&
- view->IsSensitive())
+ view->IsSensitive() &&
view->GetAbsoluteGeometry().IsPointInside(x, y))
{
view->Activate(button);