~brandontschaefer/unity/lp.1099815-fix

« back to all changes in this revision

Viewing changes to hud/HudController.cpp

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2013-03-20 01:14:35 UTC
  • mfrom: (3227.1.15 shutdown-fixes)
  • Revision ID: tarmac-20130320011435-nvuabw5dkcpsm0cf
unity: s/UBUS_PLACE_VIEW_CLOSE_REQUEST/UBUS_OVERLAY_CLOSE_REQUEST/g.

Approved by PS Jenkins bot, Brandon Schaefer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
  ubus.RegisterInterest(UBUS_HUD_CLOSE_REQUEST, sigc::mem_fun(this, &Controller::OnExternalHideHud));
81
81
 
82
82
  //!!FIXME!! - just hijacks the dash close request so we get some more requests than normal,
83
 
  ubus.RegisterInterest(UBUS_PLACE_VIEW_CLOSE_REQUEST, sigc::mem_fun(this, &Controller::OnExternalHideHud));
 
83
  ubus.RegisterInterest(UBUS_OVERLAY_CLOSE_REQUEST, sigc::mem_fun(this, &Controller::OnExternalHideHud));
84
84
 
85
85
  ubus.RegisterInterest(UBUS_OVERLAY_SHOWN, [&] (GVariant *data) {
86
86
    unity::glib::String overlay_identity;