aboutsummaryrefslogtreecommitdiff
path: root/src/mpris2-controller.vala
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-03-04 13:38:16 -0500
committerKen VanDine <ken.vandine@canonical.com>2011-03-04 13:38:16 -0500
commitf2b815cf615ba4532a7e04254ddb4acd1bbb75ff (patch)
treeeda29e8b8c389b0c06148337f56d58b65da97591 /src/mpris2-controller.vala
parent4eea1b645a81b5fa99963b3d9c8353a545b68232 (diff)
parent73772e6ea7f0ca55bd3df65a031ddb48fba66104 (diff)
downloadayatana-indicator-sound-f2b815cf615ba4532a7e04254ddb4acd1bbb75ff.tar.gz
ayatana-indicator-sound-f2b815cf615ba4532a7e04254ddb4acd1bbb75ff.tar.bz2
ayatana-indicator-sound-f2b815cf615ba4532a7e04254ddb4acd1bbb75ff.zip
releasing version 0.6.2-0ubuntu1
Diffstat (limited to 'src/mpris2-controller.vala')
-rw-r--r--src/mpris2-controller.vala6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mpris2-controller.vala b/src/mpris2-controller.vala
index bf930fc..c7305f4 100644
--- a/src/mpris2-controller.vala
+++ b/src/mpris2-controller.vala
@@ -222,7 +222,7 @@ public class Mpris2Controller : GLib.Object
}
if( current_playlists != null ){
- //debug( "Size of the playlist array = %i", current_playlists.length );
+ debug( "Size of the playlist array = %i", current_playlists.length );
PlaylistsMenuitem playlists_item = this.owner.custom_items[PlayerController.widget_order.PLAYLISTS] as PlaylistsMenuitem;
playlists_item.update(current_playlists);
}
@@ -238,7 +238,7 @@ public class Mpris2Controller : GLib.Object
debug(" We don't have an active playlist");
}
PlaylistsMenuitem playlists_item = this.owner.custom_items[PlayerController.widget_order.PLAYLISTS] as PlaylistsMenuitem;
- playlists_item.update_active_playlist ( this.playlists.ActivePlaylist.details );
+ playlists_item.active_playlist_update ( this.playlists.ActivePlaylist.details );
return false;
}
@@ -251,4 +251,4 @@ public class Mpris2Controller : GLib.Object
debug("Could not activate playlist %s because %s", (string)path, e.message);
}
}
-} \ No newline at end of file
+}