~ci-train-bot/unity/unity-ubuntu-zesty-2237

« back to all changes in this revision

Viewing changes to lockscreen/LockScreenController.cpp

LockScreenController: ignore icon_paths_changed signal in menumanager for Lockscreen (LP: #1635625)

Approved by: Andrea Azzarone

Show diffs side-by-side

added added

removed removed

Lines of Context:
467
467
void Controller::LockScreen()
468
468
{
469
469
  menu_manager_ = std::make_shared<menu::Manager>(std::make_shared<indicator::LockScreenDBusIndicators>(), key_grabber_);
 
470
  menu_manager_->Indicators()->icon_paths_changed.clear(); // Ignore custom icon themes for lockscreen, see bug #1635625
470
471
  upstart_wrapper_->Emit("desktop-lock");
471
472
  systemd_wrapper_->Start(SYSTEMD_LOCK_TARGET);
472
473