~cando/unity/fix_692444

« back to all changes in this revision

Viewing changes to src/SimpleLauncherIcon.cpp

  • Committer: Mirco Müller
  • Date: 2011-02-01 10:26:05 UTC
  • mto: This revision was merged to the branch mainline in revision 819.
  • Revision ID: mirco.mueller@ubuntu.com-20110201102605-ssh0m8slnt1ixjwq
modified:
  src/BamfLauncherIcon.cpp
  src/BamfLauncherIcon.h
  src/Launcher.cpp
  src/Launcher.h
  src/LauncherIcon.cpp
  src/LauncherIcon.h
  src/SimpleLauncherIcon.cpp
  src/SimpleLauncherIcon.h
  src/unityshell.cpp
  src/unityshell.h
  unityshell.xml.in

Make some of the keyboard-navigation work again, after so much change
below my feet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
}
45
45
 
46
46
void
 
47
SimpleLauncherIcon::Activate ()
 
48
{
 
49
  std::cout << "SimpleLauncherIcon::Activate() called" << std::endl;
 
50
}
 
51
 
 
52
void
47
53
SimpleLauncherIcon::OnMouseDown (int button)
48
54
{
49
55
}