linux: Fix build on Ubuntu

This commit is contained in:
Hylke Bons 2017-02-20 23:49:52 +00:00
parent ee1a65cb68
commit 4e50d51a12

View file

@ -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);
}