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

« back to all changes in this revision

Viewing changes to dash/LensBar.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:
144
144
 
145
145
  g_creat(legal_seen_file_path_.c_str(), S_IRWXU);
146
146
 
147
 
  ubus_.SendMessage(UBUS_PLACE_VIEW_CLOSE_REQUEST);
 
147
  ubus_.SendMessage(UBUS_OVERLAY_CLOSE_REQUEST);
148
148
}
149
149
 
150
150
void LensBar::AddLens(Lens::Ptr& lens)