diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-29 13:19:00 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-29 13:19:00 +0100 |
commit | a100dc24a2eb10a1f63be5391b97700032a16111 (patch) | |
tree | ca895c55f789bfd5edfb2f3ed6ee397aa3313c3c /src/player-controller.vala | |
parent | 06e8e90161cec524e5a875aa709b96d5489ae91a (diff) | |
download | ayatana-indicator-sound-a100dc24a2eb10a1f63be5391b97700032a16111.tar.gz ayatana-indicator-sound-a100dc24a2eb10a1f63be5391b97700032a16111.tar.bz2 ayatana-indicator-sound-a100dc24a2eb10a1f63be5391b97700032a16111.zip |
tweaked the spacing and the transport bar dimensions - getting very close to sign off
Diffstat (limited to 'src/player-controller.vala')
-rw-r--r-- | src/player-controller.vala | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/player-controller.vala b/src/player-controller.vala index 2fa9dd2..fc5ca9b 100644 --- a/src/player-controller.vala +++ b/src/player-controller.vala @@ -189,13 +189,13 @@ public class PlayerController : GLib.Object playlist_root.property_set(MENUITEM_PROP_LABEL, "Choose Playlist"); PlayerItem subentry_1 = new PlayerItem(CLIENT_TYPES_DEFAULT); - subentry_1.property_set(MENUITEM_PROP_LABEL, "90's Warp"); + subentry_1.property_set(MENUITEM_PROP_LABEL, "Raster-noton selection"); PlayerItem subentry_2 = new PlayerItem(CLIENT_TYPES_DEFAULT); - subentry_2.property_set(MENUITEM_PROP_LABEL, "Rune Grammafon 00's"); + subentry_2.property_set(MENUITEM_PROP_LABEL, "Rune Grammofon selection"); PlayerItem subentry_3 = new PlayerItem(CLIENT_TYPES_DEFAULT); - subentry_3.property_set(MENUITEM_PROP_LABEL, "Kranky pics"); + subentry_3.property_set(MENUITEM_PROP_LABEL, "Kranky selection"); playlist_root.child_append(subentry_1); playlist_root.child_append(subentry_2); |