diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-21 11:56:15 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-21 11:56:15 +0200 |
commit | 928fbf4bab7659ec523ae16adc052ca42fece589 (patch) | |
tree | 34a9e9c6db117485fdca246eab88b14e69ab4bc6 /src/mpris-controller.vala | |
parent | 48f11cbfef431334442fbb3bf3c2e06b7da76d29 (diff) | |
download | ayatana-indicator-sound-928fbf4bab7659ec523ae16adc052ca42fece589.tar.gz ayatana-indicator-sound-928fbf4bab7659ec523ae16adc052ca42fece589.tar.bz2 ayatana-indicator-sound-928fbf4bab7659ec523ae16adc052ca42fece589.zip |
scrub bar working
Diffstat (limited to 'src/mpris-controller.vala')
-rw-r--r-- | src/mpris-controller.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mpris-controller.vala b/src/mpris-controller.vala index 8e43131..9586b3d 100644 --- a/src/mpris-controller.vala +++ b/src/mpris-controller.vala @@ -117,6 +117,7 @@ public class MprisController : GLib.Object v.set_int(play_state); ht.insert("state", v); this.owner.custom_items[PlayerController.widget_order.TRANSPORT].update(ht, TransportMenuitem.attributes_format()); + this.owner.custom_items[PlayerController.widget_order.SCRUB].update(ht, ScrubMenuitem.attributes_format()); } private void onTrackChange(dynamic DBus.Object mpris_client, HashTable<string,Value?> ht) |