Merge lp:~cjcurran/indicator-sound/support-many-playlists into lp:indicator-sound/fourth

Proposed by Conor Curran
Status: Merged
Merged at revision: 276
Proposed branch: lp:~cjcurran/indicator-sound/support-many-playlists
Merge into: lp:indicator-sound/fourth
Diff against target: 12 lines (+1/-1)
1 file modified
src/mpris2-controller.vala (+1/-1)
To merge this branch: bzr merge lp:~cjcurran/indicator-sound/support-many-playlists
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+80097@code.launchpad.net

Description of the change

fixes bug attached

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/mpris2-controller.vala'
--- src/mpris2-controller.vala 2011-09-09 17:47:00 +0000
+++ src/mpris2-controller.vala 2011-10-21 19:09:23 +0000
@@ -21,7 +21,7 @@
2121
22public class Mpris2Controller : GLib.Object22public class Mpris2Controller : GLib.Object
23{23{
24 public const int MAX_PLAYLIST_COUNT = 20;24 public const int MAX_PLAYLIST_COUNT = 100;
2525
26 public MprisRoot mpris2_root {get; construct;} 26 public MprisRoot mpris2_root {get; construct;}
27 public MprisPlayer player {get; construct;}27 public MprisPlayer player {get; construct;}

Subscribers

People subscribed via source and target branches