Changeset 252 for trunk/src/MainPter.cxx

Show
Ignore:
Timestamp:
08/10/06 17:08:20 (2 years ago)
Author:
jordi
Message:

Applied patch by Yuri Pankov in bug #57 that sets the Find presenter to NULL and prevents to fail under FreeBSD when searching (and probably under more systems.)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/MainPter.cxx

    r245 r252  
    5353    m_View = NULL; 
    5454    m_PagePter = NULL; 
     55    m_FindPter = NULL; 
    5556    m_PasswordTries = 3; 
    5657#if defined (DEBUG) 
     
    333334MainPter::goToFirstPageActivated () 
    334335{ 
    335     g_assert (NULL != m_Document &&  
     336    g_assert (NULL != m_Document && 
    336337              "Tried to go to the first page of a NULL document."); 
    337338