Show
Ignore:
Timestamp:
04/11/06 11:40:45 (3 years ago)
Author:
jordi
Message:

When an error loading the document happens, the view shows to the user an error message.

Also, updated POTFILES.in with the correct document sources and the MainPter? sources.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DumbDocument.h

    r24 r26  
    3434            DocumentPage *renderPage (void); 
    3535 
     36            // Test functions. 
     37            void setOpenError (DocumentError error); 
     38 
    3639        private: 
    3740            gboolean m_Loaded; 
     41            DocumentError m_OpenError; 
    3842    }; 
    3943}