Changeset 852


Ignore:
Timestamp:
02/24/10 15:20:21 (3 years ago)
Author:
pablo
Message:

Updating plugin for 5.0 and 5.1 compatibility

Location:
branches/plugins/hd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/plugins/hd/src/com/longtailvideo/plugins/hd/HD.as

    r851 r852  
    113113                private function setUI():void { 
    114114                        if (config.file || (_currentItem && _currentItem.hasOwnProperty('hd.file'))) { 
    115                                 _button.field.alpha = 1; 
    116115                                if (config.state == false) { 
    117116                                        if (_button) { 
    118117                                                _button.field.text = 'is off'; 
     118                                                _button.field.alpha = 1; 
    119119                                                _icon.alpha = 1; 
    120120                                        } else { 
     
    124124                                        _icon.alpha = 1; 
    125125                                        if (_button) { 
     126                                                _button.field.alpha = 1; 
    126127                                                _button.field.text = 'is on'; 
    127128                                        } 
Note: See TracChangeset for help on using the changeset viewer.