Changeset 26 for trunk/src/IMainView.h

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/src/IMainView.h

    r24 r26  
    4141            virtual void sensitiveZoomWidth (gboolean sensitive) = 0; 
    4242            virtual void show (void) = 0; 
     43            virtual void showErrorMessage (const gchar *title,  
     44                                           const gchar *body) = 0; 
    4345            virtual void showPage (DocumentPage *page) = 0; 
    4446            virtual void setTitle (const gchar *title) = 0;