[PanelView] Fix build...

CCMAIL: notmart@gmail.com
wilder-5.14
Kai Uwe Broulik 10 years ago
parent 845738011d
commit 767aa57440
  1. 2
      shell/panelview.cpp

@ -995,7 +995,7 @@ void PanelView::statusChanged(Plasma::Types::ItemStatus status)
{
if (status == Plasma::Types::NeedsAttentionStatus) {
showTemporarily();
} else if (status == Plasma::AcceptingInputStatus) {
} else if (status == Plasma::Types::AcceptingInputStatus) {
KWindowSystem::forceActiveWindow(winId());
} else {
restoreAutoHide();

Loading…
Cancel
Save