~sil2100/unity/fix-1061081-7.0

« back to all changes in this revision

Viewing changes to launcher/DesktopLauncherIcon.cpp

Refactor the WindowManager.. Fixes: . Approved by Thomi Richards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  SetShortcut('d');
40
40
}
41
41
 
42
 
void
43
 
DesktopLauncherIcon::ActivateLauncherIcon(ActionArg arg)
 
42
void DesktopLauncherIcon::ActivateLauncherIcon(ActionArg arg)
44
43
{
45
44
  SimpleLauncherIcon::ActivateLauncherIcon(arg);
46
 
  WindowManager::Default()->ShowDesktop();
 
45
  WindowManager::Default().ShowDesktop();
47
46
}
48
47
 
49
48
std::string DesktopLauncherIcon::GetName() const