From 0e02a35d0c18e779468a0f3428147b045644701c Mon Sep 17 00:00:00 2001 From: William Hua Date: Fri, 31 Jan 2014 18:47:28 -0500 Subject: Implement mnemonic grabber in panel. (bzr r3608.4.20) --- plugins/unityshell/src/unityshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp index 65b627b08..bfbe2edb4 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -3554,7 +3554,7 @@ void UnityScreen::initLauncher() /* Setup panel */ timer.Reset(); - panel_controller_ = std::make_shared(edge_barriers); + panel_controller_ = std::make_shared(edge_barriers, grabber_); AddChild(panel_controller_.get()); panel_controller_->SetMenuShowTimings(optionGetMenusFadein(), optionGetMenusFadeout(), -- cgit v1.2.3