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/tests/DumbDocument.h

    r27 r65  
    3636            // Test functions. 
    3737            void setOpenError (DocumentError error); 
    38             void setPassword (const gchar *password); 
     38            void setTestPassword (const gchar *password); 
    3939 
    4040        private: 
    4141            gboolean m_Loaded; 
    4242            DocumentError m_OpenError; 
    43             gchar *m_Password; 
     43            gchar *m_TestPassword; 
    4444    }; 
    4545}