Changeset 641 for branches/uploadr/3.2/MacUploadr.app/Contents/Resources/chrome/content/uploadr/threads.js
- Timestamp:
- 06/29/09 13:05:34 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/uploadr/3.2/MacUploadr.app/Contents/Resources/chrome/content/uploadr/threads.js
r639 r641 680 680 PhotoAddCallback.prototype = { 681 681 run: function() { 682 logStringMessage("photos.add from PhotoAdd "+ this.path); 682 683 photos.add([this.path]); 683 684 },