Changeset 65 for trunk/src/MainPter.h

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/MainPter.h

    r63 r65  
    6060 
    6161        protected: 
    62             void openDocument (const gchar *fileName, gboolean canShowPage); 
     62            void openDocument (const gchar *fileName, const gchar *oldPassword, 
     63                               gboolean canShowPage); 
    6364            void showPage (void); 
    6465