Changeset 252

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.)

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/THANKS

    r251 r252  
    99    - VnPenguin <vnpenguin@gmail.com>, for his Vietnamese translation. 
    1010    - Wei-Lun Chao <chaoweilun@pcmail.com.tw>, for his Traditional Chinese translation. 
     11    - Yuri Pankov <yuri.pankov@gmail.com>, for his patches. 
    1112 
    1213If you feel that you should be in this list and I didn't remember to add you in it, please send me an e-mail! :-) 
  • 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