aboutsummaryrefslogtreecommitdiff
path: root/src/playlists-menu-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-09-09 18:47:00 +0100
committerConor Curran <conor.curran@canonical.com>2011-09-09 18:47:00 +0100
commitb6fb30caf2354f05dbe496c1a2820acd37a1f2bf (patch)
tree2e0e87f9d0048487f42e978e6841ee1b77687548 /src/playlists-menu-item.vala
parent9f05fc93fc37dd326a68174be212cc23d270e00d (diff)
downloadayatana-indicator-sound-b6fb30caf2354f05dbe496c1a2820acd37a1f2bf.tar.gz
ayatana-indicator-sound-b6fb30caf2354f05dbe496c1a2820acd37a1f2bf.tar.bz2
ayatana-indicator-sound-b6fb30caf2354f05dbe496c1a2820acd37a1f2bf.zip
increased the max playlist count to 20, fixed a bug which was prohibiting the playlists being shown
Diffstat (limited to 'src/playlists-menu-item.vala')
-rw-r--r--src/playlists-menu-item.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/playlists-menu-item.vala b/src/playlists-menu-item.vala
index 452a586..9cb7ac7 100644
--- a/src/playlists-menu-item.vala
+++ b/src/playlists-menu-item.vala
@@ -62,6 +62,7 @@ public class PlaylistsMenuitem : PlayerItem
);
this.current_playlists.set( menuitem.id, menuitem );
this.root_item.child_append( menuitem );
+ debug ("populating valid playlists %s", detail.name);
}
// Finally remove any that might have been deleted
foreach (Dbusmenu.Menuitem item in this.current_playlists.values) {