~cando/unity/fix_692444

« back to all changes in this revision

Viewing changes to src/BamfLauncherIcon.h

  • 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:
41
41
 
42
42
    const char* DesktopFile ();
43
43
    bool IsSticky ();
 
44
    void Activate ();
44
45
 
45
46
protected:
46
47
    void OnMouseClick (int button);