~brandontschaefer/unity/lp.1099815-fix

« back to all changes in this revision

Viewing changes to launcher/Launcher.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:
2736
2736
  else if (_dnd_hovered_icon && _drag_action != nux::DNDACTION_NONE)
2737
2737
  {
2738
2738
     if (IsOverlayOpen())
2739
 
       ubus_.SendMessage(UBUS_PLACE_VIEW_CLOSE_REQUEST);
 
2739
       ubus_.SendMessage(UBUS_OVERLAY_CLOSE_REQUEST);
2740
2740
 
2741
2741
    _dnd_hovered_icon->AcceptDrop(_dnd_data);
2742
2742
  }