Show
Ignore:
Timestamp:
04/14/06 16:24:42 (3 years ago)
Author:
jordi
Message:

The Main presenter now can reload encrypted files without bothering the user about password, unless the document's password has been changed. In this case, it will behaviour like opening the file as new.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/PDFDocument.cxx

    r63 r65  
    125125    
    126126    setFileName (filename); 
     127    setPassword (password); 
    127128    delete m_Document; 
    128129    m_Document = newDocument;