Show
Ignore:
Timestamp:
04/20/06 10:08:49 (3 years ago)
Author:
jordi
Message:

The Main presenter now pass the last folder used to open a file to the view, so it can change the shown folder on the open dialog. Also, the main presenter saves the last folder to the configuration class.

Files:
1 modified

Legend:

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

    r70 r97  
    3232            ~MainView (); 
    3333             
    34             gchar *openFileDialog (); 
    35             gchar *promptPasswordDialog (); 
     34            gchar *openFileDialog (const gchar *lastFolder); 
     35            gchar *promptPasswordDialog (void); 
    3636            void sensitiveGoToFirstPage (gboolean sensitive); 
    3737            void sensitiveGoToLastPage (gboolean sensitive);