~bratsche/indicator-sound/icon-placement

« back to all changes in this revision

Viewing changes to src/scrub-menu-item.vala

  • Committer: Conor Curran
  • Date: 2010-07-22 18:21:22 UTC
  • mfrom: (104.1.3 indicator-sound)
  • Revision ID: conor.curran@canonical.com-20100722182122-sw2f1gydszx846r5
ido scrub bar in but there are some bugs

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        public void update_position(int32 new_position)
38
38
        {
39
39
                this.property_set_int(MENUITEM_POSITION, new_position);
40
 
        }
41
 
                
 
40
        }               
42
41
        
43
42
        public static HashSet<string> attributes_format()
44
43
        {
45
44
                HashSet<string> attrs = new HashSet<string>();          
46
45
                attrs.add(MENUITEM_DURATION);
47
46
                attrs.add(MENUITEM_POSITION);
 
47
                attrs.add(MENUITEM_PLAY_STATE);         
48
48
                return attrs;
49
49
        }       
50
50
}
 
 
b'\\ No newline at end of file'