[Xfce4-commits] <postler:master> Identify the app instance in the elementary domain
Christian Dywan
noreply at xfce.org
Tue Dec 14 20:52:06 CET 2010
Updating branch refs/heads/master
to ee3f52c823d3bee4b8604ca7d1e405555020dac9 (commit)
from 3f66dfee255b18bf3fb5d0298609b7820c553dab (commit)
commit ee3f52c823d3bee4b8604ca7d1e405555020dac9
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Dec 13 21:29:14 2010 +0100
Identify the app instance in the elementary domain
postler/postler-app.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/postler/postler-app.vala b/postler/postler-app.vala
index a6cca73..1bd9c07 100644
--- a/postler/postler-app.vala
+++ b/postler/postler-app.vala
@@ -49,7 +49,7 @@ public class Postler.App : Unique.App {
public static string argv0 { get; set; }
public App () {
- GLib.Object (name: "org.twotoasts.postler", startup_id: null);
+ GLib.Object (name: "org.elementary.PostlerApp", startup_id: null);
}
public override Unique.Response message_received (int command,
More information about the Xfce4-commits
mailing list