~mial/ubuntu/oneiric/unity/bug-791810

« back to all changes in this revision

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

  • Committer: Neil Jagdish Patel
  • Date: 2011-09-05 14:00:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1489.
  • Revision ID: neil.patel@canonical.com-20110905140026-hkc3myq0ka5l5kp6
Change DashController to load lazily, clean up some bits and pieces

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  SetQuirk(QUIRK_VISIBLE, true);
34
34
  SetQuirk(QUIRK_RUNNING, false);
35
35
  SetIconType(TYPE_HOME);
 
36
 
 
37
  mouse_enter.connect([&] () { ubus_server_send_message(ubus_server_get_default(),
 
38
                               UBUS_DASH_ABOUT_TO_SHOW, NULL); });
36
39
}
37
40
 
38
41
nux::Color BFBLauncherIcon::BackgroundColor()