From 6edfb34cb3eee958e392a433ae9ac4f240279d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 11:40:08 +0200 Subject: Imported Upstream version 0.5.5 --- src/actions/pieAction.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions') diff --git a/src/actions/pieAction.vala b/src/actions/pieAction.vala index faf7aca..c65c1d6 100644 --- a/src/actions/pieAction.vala +++ b/src/actions/pieAction.vala @@ -96,7 +96,7 @@ public class PieAction : Action { ///////////////////////////////////////////////////////////////////// public override void activate() { - PieManager.open_pie(real_command, true); + PieManager.open_pie(real_command); } } -- cgit v1.2.3