~timo-jyrinki/unity/ubuntu.5200

« back to all changes in this revision

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

  • Committer: Didier Roche
  • Date: 2011-08-01 15:53:32 UTC
  • mfrom: (55.813.4 upstream)
  • Revision ID: didier.roche@canonical.com-20110801155332-wbgjc8os5g3r1k14
* New upstream release.
  - add build-dep on libgnome-desktop-3-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
  // We're interested in this as it's a great time to Connect () our PlaceEntry. The goal being
48
48
  // to have the PlaceEntry ready-and-connected by the time the user clicks on the icon
49
 
  mouse_enter.connect(sigc::mem_fun(this, &PlaceLauncherIcon::RecvMouseEnter));
 
49
  LauncherIcon::mouse_enter.connect(sigc::mem_fun(this, &PlaceLauncherIcon::RecvMouseEnter));
50
50
}
51
51
 
52
52
PlaceLauncherIcon::~PlaceLauncherIcon()