From 093164e392e2f0cf4ef8fffb25f7bf0fe29594e3 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 31 Jul 2017 12:11:44 +0100 Subject: [PATCH] statusicon: Remove ambiguous reference on Ubuntu --- SparkleShare/Linux/StatusIcon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Linux/StatusIcon.cs b/SparkleShare/Linux/StatusIcon.cs index b16f3fcf..c3384eb8 100644 --- a/SparkleShare/Linux/StatusIcon.cs +++ b/SparkleShare/Linux/StatusIcon.cs @@ -280,7 +280,7 @@ namespace SparkleShare { // Makes the menu visible void ShowMenu (object o, EventArgs args) { - this.menu.Popup (null, null, SetPosition, 0, Global.CurrentEventTime); + this.menu.Popup (null, null, SetPosition, 0, Gtk.Global.CurrentEventTime); }