Merge lp://qastaging/~mterry/indicator-sound/grab-greeter-name into lp://qastaging/indicator-sound/14.04
Proposed by
Michael Terry
Status: | Merged |
---|---|
Approved by: | Ted Gould |
Approved revision: | 439 |
Merged at revision: | 440 |
Proposed branch: | lp://qastaging/~mterry/indicator-sound/grab-greeter-name |
Merge into: | lp://qastaging/indicator-sound/14.04 |
Diff against target: |
12 lines (+1/-1) 1 file modified
src/media-player-list-greeter.vala (+1/-1) |
To merge this branch: | bzr merge lp://qastaging/~mterry/indicator-sound/grab-greeter-name |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ted Gould (community) | Approve | ||
PS Jenkins bot (community) | continuous-integration | Needs Fixing | |
Review via email: mp+213716@code.qastaging.launchpad.net |
Commit message
Use correct dbus name for Unity Greeter.
Description of the change
Use correct name for Unity Greeter.
unity-greeter (on desktop) happens to claim com.canonical.Unity because it pretends to be Unity in order to implement the shutdown dialog.
But really, it provides its own name com.canonical.
To post a comment you must log in.
Oh and I fixed a method prototype that should allow a null invalidated property list.