~saviq/unity/phablet-mods.bump-release

« back to all changes in this revision

Viewing changes to launcher/QuicklistMenuItem.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:
140
140
  if (!IsOverlayQuicklist())
141
141
  {
142
142
    UBusManager manager;
143
 
    manager.SendMessage(UBUS_PLACE_VIEW_CLOSE_REQUEST);
 
143
    manager.SendMessage(UBUS_OVERLAY_CLOSE_REQUEST);
144
144
  }
145
145
}
146
146