Changeset 428
- Timestamp:
- 2007-06-13 16:08:11 (2 years ago)
- Files:
-
- trunk/chrome/content/dta/manager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager.js
r427 r428 293 293 }, 294 294 _cleanTmpDir: function D__cleanTmpDir() { 295 if (!Prefs.tempLocation ) {295 if (!Prefs.tempLocation || Preferences.getMultiByteDTA("tempLocation", '') != '') { 296 296 // cannot perform this action if we don't use a temp file 297 297 // there might be far too many directories containing far too many tmpFiles. 298 // or part files from other users. 298 299 return; 299 300 }
