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

    r24 r26  
    3939            void sensitiveZoomWidth (gboolean sensitive); 
    4040            void show (void); 
     41            void showErrorMessage (const gchar *title, const gchar *body); 
    4142            void showPage (DocumentPage *page); 
    4243            void setTitle (const gchar *title); 
     
    5657            gboolean isSensitiveZoomWidth (void); 
    5758            void setOpenFileName (const gchar *fileName); 
     59            gboolean shownError (void); 
    5860 
    5961        protected: 
     
    7072            gboolean m_SensitiveZoomWidth; 
    7173            gboolean m_Shown; 
     74            gboolean m_ShownError; 
    7275            gchar *m_Title; 
    7376    };