~brandontschaefer/unity/lp.1099815-fix

« back to all changes in this revision

Viewing changes to launcher/SimpleLauncherIcon.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:
88
88
void SimpleLauncherIcon::ActivateLauncherIcon(ActionArg arg)
89
89
{
90
90
  activate.emit();
91
 
  UBusManager::SendMessage(UBUS_PLACE_VIEW_CLOSE_REQUEST,
 
91
  UBusManager::SendMessage(UBUS_OVERLAY_CLOSE_REQUEST,
92
92
                           g_variant_new_boolean(FALSE));
93
93
}
94
94