statusicon: Remove ambiguous reference on Ubuntu

This commit is contained in:
Hylke Bons 2017-07-31 12:11:44 +01:00
parent 796ffc9def
commit 093164e392

View file

@ -280,7 +280,7 @@ namespace SparkleShare {
// Makes the menu visible // Makes the menu visible
void ShowMenu (object o, EventArgs args) 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);
} }