Merge lp:~mterry/unity-greeter/own-name into lp:unity-greeter

Proposed by Michael Terry
Status: Merged
Merged at revision: 1190
Proposed branch: lp:~mterry/unity-greeter/own-name
Merge into: lp:unity-greeter
Diff against target: 12 lines (+2/-0)
1 file modified
src/unity-greeter.vala (+2/-0)
To merge this branch: bzr merge lp:~mterry/unity-greeter/own-name
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Review via email: mp+213720@code.launchpad.net

Commit message

Actually claim com.canonical.UnityGreeter.

Description of the change

Actually claim com.canonical.UnityGreeter.

We were supposed to do this a while ago, but didn't. This makes us easier to find for indicators.

To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) wrote :

Works for me

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/unity-greeter.vala'
2--- src/unity-greeter.vala 2014-03-21 01:47:21 +0000
3+++ src/unity-greeter.vala 2014-04-01 21:06:20 +0000
4@@ -100,6 +100,8 @@
5
6 main_window = new MainWindow ();
7
8+ Bus.own_name (BusType.SESSION, "com.canonical.UnityGreeter", BusNameOwnerFlags.NONE);
9+
10 dbus_object = new DialogDBusInterface ();
11 dbus_object.open_dialog.connect ((type) =>
12 {

Subscribers

People subscribed via source and target branches