diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-10 06:52:59 -0500 |
|---|---|---|
| committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-02-10 06:52:59 -0500 |
| commit | b25003363dbd793578c8a3052d6a9bfd1f770ce9 (patch) | |
| tree | d74ee9e8911c0d7b2ecf6b3df98e1bcdff73fe06 /src/mpris2-watcher.vala | |
| parent | de66136aa56d5bcabc49d1f19f8a3f91b9308ef9 (diff) | |
| parent | 817f8e1a86aaa026c8de8acee40c5c9664d358d0 (diff) | |
| download | ayatana-indicator-sound-b25003363dbd793578c8a3052d6a9bfd1f770ce9.tar.gz ayatana-indicator-sound-b25003363dbd793578c8a3052d6a9bfd1f770ce9.tar.bz2 ayatana-indicator-sound-b25003363dbd793578c8a3052d6a9bfd1f770ce9.zip | |
* New upstream release.
- crashed with SIGSEGV in pa_cvolume_valid () (LP: #705009)
- The players list should be customizable (LP: #685725)
- Allow players to set their own title (LP: #709367)
- refactor pulse manager (LP: #709371)
- listen for playlist changed signal (LP: #715277)
- playlist name not updated corrrectly (LP: #715694)
- Not enough feedback when changing the volume (LP: #669163)
- indicator-sound volume does not detect sink change (LP: #700361)
* debian/control
- Added new build depends libnotify-dev
Diffstat (limited to 'src/mpris2-watcher.vala')
| -rw-r--r-- | src/mpris2-watcher.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpris2-watcher.vala b/src/mpris2-watcher.vala index c20b04b..0b37506 100644 --- a/src/mpris2-watcher.vala +++ b/src/mpris2-watcher.vala @@ -50,7 +50,7 @@ public class Mpris2Watcher : GLib.Object // At startup check to see if there are clients up that we are interested in // More relevant for development and daemon's like mpd. - private async void check_for_active_clients() + public async void check_for_active_clients() { string[] interfaces; try{ |
