diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-20 16:55:31 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-20 16:55:31 +0000 |
commit | bc927c2284c55ca8a30146ae905a76aa08f26fa1 (patch) | |
tree | 9d3696fadb043b36f48d695d1db3227efeec13ba /src/player-item.vala | |
parent | 80ce8f642c251dc765267fa1b1978fec59d23c97 (diff) | |
download | ayatana-indicator-sound-bc927c2284c55ca8a30146ae905a76aa08f26fa1.tar.gz ayatana-indicator-sound-bc927c2284c55ca8a30146ae905a76aa08f26fa1.tar.bz2 ayatana-indicator-sound-bc927c2284c55ca8a30146ae905a76aa08f26fa1.zip |
implemented suggested optional playlist mechanism
Diffstat (limited to 'src/player-item.vala')
-rw-r--r-- | src/player-item.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player-item.vala b/src/player-item.vala index 75f673b..f883a1e 100644 --- a/src/player-item.vala +++ b/src/player-item.vala @@ -28,7 +28,7 @@ public class PlayerItem : Dbusmenu.Menuitem public PlayerItem(string type) { - Object(item_type: type); + Object(item_type: type); } construct { |