Show
Ignore:
Timestamp:
04/11/06 12:15:53 (3 years ago)
Author:
jordi
Message:

The user can now open an encrypted pdf file, as the presenter will ask for the password three time before to show an error, or until the user gives the cancels out.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DumbDocument.h

    r26 r27  
    3636            // Test functions. 
    3737            void setOpenError (DocumentError error); 
     38            void setPassword (const gchar *password); 
    3839 
    3940        private: 
    4041            gboolean m_Loaded; 
    4142            DocumentError m_OpenError; 
     43            gchar *m_Password; 
    4244    }; 
    4345}