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
1=== modified file 'src/mpris2-controller.vala'
2--- src/mpris2-controller.vala 2011-09-09 17:47:00 +0000
3+++ src/mpris2-controller.vala 2011-10-21 19:09:23 +0000
4@@ -21,7 +21,7 @@
5
6 public class Mpris2Controller : GLib.Object
7 {
8- public const int MAX_PLAYLIST_COUNT = 20;
9+ public const int MAX_PLAYLIST_COUNT = 100;
10
11 public MprisRoot mpris2_root {get; construct;}
12 public MprisPlayer player {get; construct;}

Subscribers

People subscribed via source and target branches