Update DBus name

This commit is contained in:
Hylke Bons 2016-03-01 15:42:08 +00:00
parent 45135da784
commit eb75e974c7

View file

@ -42,7 +42,7 @@ namespace SparkleShare {
public SparkleUI () 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.Register (null);
this.application.Activated += ApplicationActivatedDelegate; this.application.Activated += ApplicationActivatedDelegate;