~azzar1/unity/proper-reboot

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/SpacerLauncherIcon.cpp

  • Committer: Daniel van Vugt
  • Date: 2012-03-14 06:24:18 UTC
  • mfrom: (2108 unity)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: daniel.van.vugt@canonical.com-20120314062418-nprucpbr0m7qky5e
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
namespace launcher
28
28
{
29
29
 
30
 
SpacerLauncherIcon::SpacerLauncherIcon(Launcher* IconManager)
31
 
  :   SimpleLauncherIcon(IconManager)
 
30
SpacerLauncherIcon::SpacerLauncherIcon()
 
31
  :   SimpleLauncherIcon()
32
32
{
33
33
  SetQuirk(QUIRK_VISIBLE, true);
34
34
  SetQuirk(QUIRK_RUNNING, false);
37
37
  tooltip_text = _("Drop To Add Application");
38
38
}
39
39
 
 
40
std::string SpacerLauncherIcon::GetName() const
 
41
{
 
42
    return "SpacerLauncherIcon";
 
43
}
40
44
 
41
45
} // namespace launcher
42
46
} // namespace unity