Changeset 455
- Timestamp:
- 2007-06-29 01:06:33 (2 years ago)
- Files:
-
- trunk/chrome/content/dta/manager/tree.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager/tree.js
r447 r455 337 337 } 338 338 modifySome($('play', 'toolplay'), function(d) { return !d.is(COMPLETE, RUNNING, QUEUED, FINISHING); }); 339 modifySome($('pause', 'toolpause'), function(d) { return (d.state & RUNNING) || (d. state & QUEUED); });339 modifySome($('pause', 'toolpause'), function(d) { return (d.state & RUNNING) || (d.state & QUEUED); }); 340 340 modifySome($('cancel', 'toolcancel'), function(d) { return !d.is(FINISHING, CANCELED); }); 341 341 modifySome($('launch', 'folder', 'delete'), function(d) { return d.is(COMPLETE); });
