~cando/unity/fix_692444

« back to all changes in this revision

Viewing changes to src/BamfLauncherIcon.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:
51
51
  indicator_desktop_shortcuts_nick_exec (data->shortcuts, data->nick);
52
52
}
53
53
 
 
54
void
 
55
BamfLauncherIcon::Activate ()
 
56
{
 
57
  std::cout << "BamfLauncherIcon::Activate()" << std::endl;
 
58
  OpenInstance ();
 
59
}
 
60
 
54
61
BamfLauncherIcon::BamfLauncherIcon (Launcher* IconManager, BamfApplication *app, CompScreen *screen)
55
62
:   SimpleLauncherIcon(IconManager)
56
63
{