Show
Ignore:
Timestamp:
04/14/06 15:05:24 (3 years ago)
Author:
jordi
Message:

Added the reload action to the GTK's MainView?.

Also I fixed a weird bug (although I don't really know if it's mine) that deleted the m_FileName of the IDocument when reloaded the new file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/MainView.h

    r44 r64  
    3939            void sensitiveGoToPage (gboolean sensitive); 
    4040            void sensitiveGoToPreviousPage (gboolean sensitive); 
     41            void sensitiveReload (gboolean sensitive); 
    4142            void sensitiveRotateLeft (gboolean sensitive); 
    4243            void sensitiveRotateRight (gboolean sensitive);