Show
Ignore:
Timestamp:
04/15/06 06:57:59 (3 years ago)
Author:
jordi
Message:

The main presenter shows the sidebar when the document has outlines. Also passes the outline to the view and accepts an activated outline to make change the page.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DumbDocument.cxx

    r65 r66  
    105105 
    106106void 
     107DumbDocument::setOutline (DocumentOutline *outline) 
     108{ 
     109    m_Outline = outline; 
     110} 
     111 
     112void 
    107113DumbDocument::setTestPassword (const gchar *password) 
    108114{