~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to src/LauncherIcon.cpp

  • Committer: Didier Roche
  • Date: 2011-02-11 17:03:24 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: didier.roche@canonical.com-20110211170324-apbvfvstnqe503pk
don't mess with public virtual method

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
void
141
141
LauncherIcon::Activate ()
142
142
{
 
143
    ActivateLauncherIcon ();
143
144
}
144
145
 
145
146
void
146
147
LauncherIcon::OpenInstance ()
147
148
{
 
149
    OpenInstanceLauncherIcon ();
148
150
}
149
151
 
150
152
nux::Color LauncherIcon::BackgroundColor ()