Changeset 428

Show
Ignore:
Timestamp:
2007-06-13 16:08:11 (2 years ago)
Author:
MaierMan
Message:

after reconsideration also don't use on custom directories, as there might be part files from other users.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/dta/manager.js

    r427 r428  
    293293        }, 
    294294        _cleanTmpDir: function D__cleanTmpDir() { 
    295                 if (!Prefs.tempLocation) { 
     295                if (!Prefs.tempLocation || Preferences.getMultiByteDTA("tempLocation", '') != '') { 
    296296                        // cannot perform this action if we don't use a temp file 
    297297                        // there might be far too many directories containing far too many tmpFiles. 
     298                        // or part files from other users. 
    298299                        return; 
    299300                }