Ignore:
Timestamp:
21/03/10 16:14:03 (3 years ago)
Author:
Matias De la Puente <mfpuente.ar@…>
Children:
e6770c41d1a4c661796f7774b12ae7b45531611c
Parents:
1d5f77bbd0da108c141189df93f24a60102ab9f3
git-committer:
Matias De la Puente <mfpuente.ar@…> (21/03/10 16:14:03)
Message:

Add 'new', 'save' and 'save as' document actions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.vala

    rbdc0000 r8136fe2  
    2828        main_window_view.show_all (); 
    2929         
     30        var document_page_view_factory = new DocumentPageViewFactory (main_window_view.pages_panel); 
     31         
    3032        var main_window_presenter = new MainWindowPresenter (main_window_view); 
     33        var documents_presenter = new DocumentsPresenter (main_window_view.documents_view, document_page_view_factory); 
    3134         
    3235        Gtk.main (); 
Note: See TracChangeset for help on using the changeset viewer.