aboutsummaryrefslogtreecommitdiff
path: root/src/mpris-controller.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-08-13 19:12:45 +0100
committerConor Curran <conor.curran@canonical.com>2010-08-13 19:12:45 +0100
commit04af32d9b321d4256cb1f7cf1f94b23387b75774 (patch)
treed866f128b1bbdb99c0b1d55f15770369ed270817 /src/mpris-controller.vala
parentf648465adb85a872c97bdb9b9a7d638cb8803049 (diff)
downloadayatana-indicator-sound-04af32d9b321d4256cb1f7cf1f94b23387b75774.tar.gz
ayatana-indicator-sound-04af32d9b321d4256cb1f7cf1f94b23387b75774.tar.bz2
ayatana-indicator-sound-04af32d9b321d4256cb1f7cf1f94b23387b75774.zip
a few tidy ups
Diffstat (limited to 'src/mpris-controller.vala')
-rw-r--r--src/mpris-controller.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpris-controller.vala b/src/mpris-controller.vala
index db71c70..1e1e00a 100644
--- a/src/mpris-controller.vala
+++ b/src/mpris-controller.vala
@@ -126,7 +126,7 @@ public class MprisController : GLib.Object
this.owner.custom_items[PlayerController.widget_order.METADATA].reset(MetadataMenuitem.attributes_format());
this.owner.custom_items[PlayerController.widget_order.SCRUB].reset(ScrubMenuitem.attributes_format());
- HashTable<string, Value?> status_hash = new HashTable<string, Value?>(str_hash, str_equal);
+ //HashTable<string, Value?> status_hash = new HashTable<string, Value?>(str_hash, str_equal);
status st = this.mpris_player.GetStatus();
int play_state = st.playback;