Changeset 622

Show
Ignore:
Timestamp:
01/19/08 13:57:08 (11 months ago)
Author:
boo..@youngpup.net
Message:

Fix another form of issue 63 that happened on windows this time.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/chrome/chromeFiles/content/manage.js

    r570 r622  
    2222  for (var i = 0, script = null; (script = uninstallList[i]); i++) { 
    2323    file = getScriptBasedir(script); 
     24    file.normalize(); 
    2425    if (!file.equals(getScriptDir())) { 
    2526      if (file.exists()) {