summaryrefslogtreecommitdiff
path: root/plugins/unityshell
diff options
authorMarco Trevisan (TreviƱo) <mail@3v1n0.net>2013-03-20 01:14:35 +0000
committerTarmac <>2013-03-20 01:14:35 +0000
commite3cc423d21e036548867186261e72a3b91ba672b (patch)
tree2dc1e1a89148495b5794dbe7cfec73eafc688f1c /plugins/unityshell
parentcb24c1a34ad1494b2d59953981d5c8dc77c46bc9 (diff)
parentb36881a24053db392965267a83c5359d67041712 (diff)
unity: s/UBUS_PLACE_VIEW_CLOSE_REQUEST/UBUS_OVERLAY_CLOSE_REQUEST/g.
Approved by PS Jenkins bot, Brandon Schaefer. (bzr r3239)
Diffstat (limited to 'plugins/unityshell')
-rw-r--r--plugins/unityshell/src/unityshell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp
index f06cb360b..98858e57f 100644
--- a/plugins/unityshell/src/unityshell.cpp
+++ b/plugins/unityshell/src/unityshell.cpp
@@ -1717,7 +1717,7 @@ void UnityScreen::handleCompizEvent(const char* plugin,
if (launcher_controller_->IsOverlayOpen() && g_strcmp0(event, "start_viewport_switch") == 0)
{
- ubus_manager_.SendMessage(UBUS_PLACE_VIEW_CLOSE_REQUEST);
+ ubus_manager_.SendMessage(UBUS_OVERLAY_CLOSE_REQUEST);
}
if (adapter.IsScaleActive() && g_strcmp0(plugin, "scale") == 0 &&