~cjcurran/indicator-sound/banshee-offline-speciality

« back to all changes in this revision

Viewing changes to src/player-item.vala

  • Committer: Conor Curran
  • Date: 2011-03-21 13:04:13 UTC
  • Revision ID: conor.curran@canonical.com-20110321130413-z1d184jyf9fyth2d
some extra trace around sliders to track the volume zero app start madness

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
  public void reset(HashSet<string> attrs){   
39
39
    foreach(string s in attrs){
40
 
      debug("attempting to set prop %s to EMPTY", s);
 
40
      //debug("attempting to set prop %s to EMPTY", s);
41
41
      this.property_set_int(s, EMPTY);
42
42
    }
43
43
  }
50
50
   */
51
51
  public void update(HashTable<string, Variant?> data, HashSet<string> attributes)
52
52
  {
53
 
    debug("PlayerItem::update()");
 
53
    //debug("PlayerItem::update()");
54
54
    if(data == null){
55
55
      warning("PlayerItem::Update -> The hashtable was null - just leave it!");
56
56
      return;