diff options
Diffstat (limited to 'src/greeter-broadcast.vala')
-rw-r--r-- | src/greeter-broadcast.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/greeter-broadcast.vala b/src/greeter-broadcast.vala index f3d380e..41caed8 100644 --- a/src/greeter-broadcast.vala +++ b/src/greeter-broadcast.vala @@ -17,7 +17,7 @@ * Ted Gould <ted@canonical.com> */ -[DBus (name = "com.canonical.Unity.Greeter.Broadcast")] +[DBus (name = "org.ayatana.Desktop.Greeter.Broadcast")] public interface GreeterBroadcast : Object { // methods // unused public abstract async void RequestApplicationStart(string name, string appid) throws IOError; |