Merge lp://staging/~thisfred/ubuntuone-client/add-counter into lp://staging/ubuntuone-client
Proposed by
Eric Casteleijn
Status: | Merged |
---|---|
Approved by: | Eric Casteleijn |
Approved revision: | 1020 |
Merged at revision: | 1045 |
Proposed branch: | lp://staging/~thisfred/ubuntuone-client/add-counter |
Merge into: | lp://staging/ubuntuone-client |
Diff against target: |
333 lines (+109/-57) 6 files modified
tests/platform/linux/test_dbus.py (+22/-0) tests/platform/linux/test_unity.py (+26/-4) tests/status/test_aggregator.py (+5/-23) ubuntuone/platform/linux/dbus_interface.py (+28/-9) ubuntuone/platform/linux/launcher.py (+28/-8) ubuntuone/status/aggregator.py (+0/-13) |
To merge this branch: | bzr merge lp://staging/~thisfred/ubuntuone-client/add-counter |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Natalia Bidart (community) | Approve | ||
Roberto Alsina (community) | Approve | ||
Review via email: mp+66050@code.staging.launchpad.net |
Commit message
* Added a way to set the counter on the launcher icon.
* Added a DBus method for unsetting urgency on the launcher icon, so that only one process needs to ever talk to the launcher (LP: #762722)
Description of the change
* Added a way to set the counter on the launcher icon.
* Added a DBus method for unsetting urgency on the launcher icon, so that only one process needs to ever talk to the launcher (LP: #762722)
To post a comment you must log in.
Looks good to me, but did no field test.