From eb75e974c7395d59b13dc05e110966ff78ecd450 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 1 Mar 2016 15:42:08 +0000 Subject: [PATCH] Update DBus name --- SparkleShare/Linux/SparkleUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Linux/SparkleUI.cs b/SparkleShare/Linux/SparkleUI.cs index 4c5b27b0..45ec21e0 100644 --- a/SparkleShare/Linux/SparkleUI.cs +++ b/SparkleShare/Linux/SparkleUI.cs @@ -42,7 +42,7 @@ namespace SparkleShare { public SparkleUI () { - this.application = new Gtk.Application ("org.sparkleshare.sparkleshare", 0); + this.application = new Gtk.Application ("org.sparkleshare.SparkleShare", 0); this.application.Register (null); this.application.Activated += ApplicationActivatedDelegate;