diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-22 20:21:22 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-22 20:21:22 +0200 |
commit | 21b398262932ad1c835e524d7c2f450e855ed8b8 (patch) | |
tree | 5a96a46ad8617c0fc7f24870f4d3840078b7a50d /src/player-item.vala | |
parent | 6265822d010af70aef509031e602714d1c2e24c5 (diff) | |
parent | cf97680d74aa9ab00cd55359d9e16acdad9f057f (diff) | |
download | ayatana-indicator-sound-21b398262932ad1c835e524d7c2f450e855ed8b8.tar.gz ayatana-indicator-sound-21b398262932ad1c835e524d7c2f450e855ed8b8.tar.bz2 ayatana-indicator-sound-21b398262932ad1c835e524d7c2f450e855ed8b8.zip |
ido scrub bar in but there are some bugs
Diffstat (limited to 'src/player-item.vala')
-rw-r--r-- | src/player-item.vala | 4 |
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; } |