Changeset 1036
- Timestamp:
- 2008-08-08 01:39:24 (4 months ago)
- Files:
-
- trunk/chrome/content/dta/manager/info.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager/info.js
r1009 r1036 52 52 var d = downloads[0]; 53 53 $("infoIcon").src = d.largeIcon; 54 $("infoURL").value = d.urlManager.url ;54 $("infoURL").value = d.urlManager.url.spec; 55 55 $("infoDest").value = d.destinationFile; 56 56 document.title = d.destinationName;
