aboutsummaryrefslogtreecommitdiff
path: root/src/player-item.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-07-21 11:56:15 +0200
committerConor Curran <conor.curran@canonical.com>2010-07-21 11:56:15 +0200
commit928fbf4bab7659ec523ae16adc052ca42fece589 (patch)
tree34a9e9c6db117485fdca246eab88b14e69ab4bc6 /src/player-item.vala
parent48f11cbfef431334442fbb3bf3c2e06b7da76d29 (diff)
downloadayatana-indicator-sound-928fbf4bab7659ec523ae16adc052ca42fece589.tar.gz
ayatana-indicator-sound-928fbf4bab7659ec523ae16adc052ca42fece589.tar.bz2
ayatana-indicator-sound-928fbf4bab7659ec523ae16adc052ca42fece589.zip
scrub bar working
Diffstat (limited to 'src/player-item.vala')
-rw-r--r--src/player-item.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player-item.vala b/src/player-item.vala
index 4bdb60d..2952f71 100644
--- a/src/player-item.vala
+++ b/src/player-item.vala
@@ -89,10 +89,10 @@ public class PlayerItem : Dbusmenu.Menuitem
if(data == null){
return false;
}
- if(data.size() < attributes.size){
+ /*if(data.size() < attributes.size){
warning("update hash was too small for the target");
return false;
- }
+ }*/
return true;
}