From a1c05d93bbb3c1bdb0c0fed9d7110804037cfd55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 3 May 2015 07:25:37 +0200 Subject: Imported Upstream version 0.6.2 --- src/actions/pieAction.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions/pieAction.vala') diff --git a/src/actions/pieAction.vala b/src/actions/pieAction.vala index 8069ff3..931c9d3 100644 --- a/src/actions/pieAction.vala +++ b/src/actions/pieAction.vala @@ -95,7 +95,7 @@ public class PieAction : Action { /// Opens the desired Pie. ///////////////////////////////////////////////////////////////////// - public override void activate() { + public override void activate(uint32 time_stamp) { PieManager.open_pie(real_command); } } -- cgit v1.2.3