~canonical-dx-team/unity/unity.fix-701543

« back to all changes in this revision

Viewing changes to src/Launcher.cpp

  • Committer: Mirco Müller
  • Date: 2011-02-14 11:07:39 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20110214110739-u50c9yomynljlhmr
modified:
  src/Launcher.cpp
  src/PlacesController.cpp
  src/QuicklistView.cpp
  src/unityshell.cpp

Adapted to API-change for BaseWindow::EnableInputWindow()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1124
1124
    _hidden = hidden;
1125
1125
    SetTimeStruct (&_autohide_time, &_autohide_time, ANIM_DURATION_SHORT);
1126
1126
 
1127
 
    _parent->EnableInputWindow(!hidden);
 
1127
    _parent->EnableInputWindow(!hidden, "launcher !hidden");
1128
1128
 
1129
1129
    EnsureAnimation ();
1130
1130
}
1228
1228
  }
1229
1229
  else
1230
1230
  {
1231
 
    _parent->EnableInputWindow(true);
 
1231
    _parent->EnableInputWindow(true, "launcher");
1232
1232
    g_timeout_add (1000, &Launcher::StrutHack, this);
1233
1233
    _parent->InputWindowEnableStruts(true);
1234
1234
  }