From 4e50d51a12c5260a5861a314df6a2037cbb50088 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 20 Feb 2017 23:49:52 +0000 Subject: [PATCH] linux: Fix build on Ubuntu --- SparkleShare/Linux/UserInterface.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Linux/UserInterface.cs b/SparkleShare/Linux/UserInterface.cs index f95554eb..0dbb8500 100644 --- a/SparkleShare/Linux/UserInterface.cs +++ b/SparkleShare/Linux/UserInterface.cs @@ -62,7 +62,7 @@ namespace SparkleShare { public void Run () { - (application as GLib.Application).Run ("org.sparkleshare.SparkleShare", new string [0]); + (application as GLib.Application).Run (0, null); }