Changeset 923

Show
Ignore:
Timestamp:
2008-03-31 06:49:42 (8 months ago)
Author:
MaierMan
Message:

#508: AddURL by SaveSingleLink? does not transport the description.
branch version

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.x/chrome/content/dta/addurl.js

    r916 r923  
    4747        this.numIstance = num; 
    4848        this.referrer = $('URLref').value, 
    49         this.description = window.arguments ? window.arguments[0] : ''; 
     49        this.description = window.arguments ? window.arguments[0].description : ''; 
    5050        this.ultDescription = ''; 
    5151        this.mask = Dialog.ddRenaming.value;