diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-03-19 19:47:01 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-03-19 19:47:01 +0100 |
| commit | b36881a24053db392965267a83c5359d67041712 (patch) | |
| tree | 57202ee3607577a5a355e5eecdbfa0960c12fc52 /launcher | |
| parent | a355fd464d0b15da9483442f3e8754e2e53c8f45 (diff) | |
unity: s/UBUS_PLACE_VIEW_CLOSE_REQUEST/UBUS_OVERLAY_CLOSE_REQUEST/g
(bzr r3227.1.15)
Diffstat (limited to 'launcher')
| -rw-r--r-- | launcher/Launcher.cpp | 2 | ||||
| -rw-r--r-- | launcher/QuicklistMenuItem.cpp | 2 | ||||
| -rw-r--r-- | launcher/SimpleLauncherIcon.cpp | 2 | ||||
| -rw-r--r-- | launcher/SwitcherController.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/launcher/Launcher.cpp b/launcher/Launcher.cpp index 0f4c6f020..49e694f22 100644 --- a/launcher/Launcher.cpp +++ b/launcher/Launcher.cpp @@ -2736,7 +2736,7 @@ void Launcher::ProcessDndDrop(int x, int y) else if (_dnd_hovered_icon && _drag_action != nux::DNDACTION_NONE) { if (IsOverlayOpen()) - ubus_.SendMessage(UBUS_PLACE_VIEW_CLOSE_REQUEST); + ubus_.SendMessage(UBUS_OVERLAY_CLOSE_REQUEST); _dnd_hovered_icon->AcceptDrop(_dnd_data); } diff --git a/launcher/QuicklistMenuItem.cpp b/launcher/QuicklistMenuItem.cpp index bd13841ab..9d3d9bac0 100644 --- a/launcher/QuicklistMenuItem.cpp +++ b/launcher/QuicklistMenuItem.cpp @@ -140,7 +140,7 @@ void QuicklistMenuItem::Activate() const if (!IsOverlayQuicklist()) { UBusManager manager; - manager.SendMessage(UBUS_PLACE_VIEW_CLOSE_REQUEST); + manager.SendMessage(UBUS_OVERLAY_CLOSE_REQUEST); } } diff --git a/launcher/SimpleLauncherIcon.cpp b/launcher/SimpleLauncherIcon.cpp index 7138a0bf7..8cf1d97b0 100644 --- a/launcher/SimpleLauncherIcon.cpp +++ b/launcher/SimpleLauncherIcon.cpp @@ -88,7 +88,7 @@ void SimpleLauncherIcon::OnMouseLeave(int monitor) void SimpleLauncherIcon::ActivateLauncherIcon(ActionArg arg) { activate.emit(); - UBusManager::SendMessage(UBUS_PLACE_VIEW_CLOSE_REQUEST, + UBusManager::SendMessage(UBUS_OVERLAY_CLOSE_REQUEST, g_variant_new_boolean(FALSE)); } diff --git a/launcher/SwitcherController.cpp b/launcher/SwitcherController.cpp index bd48fb74f..58b3850b9 100644 --- a/launcher/SwitcherController.cpp +++ b/launcher/SwitcherController.cpp @@ -316,7 +316,7 @@ void Controller::Impl::Show(ShowMode show, SortMode sort, std::vector<AbstractLa sources_.AddTimeout(obj_->initial_detail_timeout_length, cb_func, DETAIL_TIMEOUT); } - ubus_manager_.SendMessage(UBUS_PLACE_VIEW_CLOSE_REQUEST); + ubus_manager_.SendMessage(UBUS_OVERLAY_CLOSE_REQUEST); ubus_manager_.SendMessage(UBUS_SWITCHER_SHOWN, g_variant_new("(bi)", true, obj_->monitor_)); } |
