Changeset 1064
- Timestamp:
- 2008-09-08 07:49:36 (2 months ago)
- Files:
-
- trunk/chrome/content/dta/manager/conflicts.xul (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager/conflicts.xul
r1048 r1064 47 47 ); 48 48 return true; 49 } catch (ex) { 50 Debug.log("accept() : " + ex); 49 } 50 catch (ex) { 51 Debug.log("accept() : ", ex); 51 52 } 52 53 return false;
