Changeset 252 for trunk/src/MainPter.cxx
- Timestamp:
- 08/10/06 17:08:20 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/MainPter.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainPter.cxx
r245 r252 53 53 m_View = NULL; 54 54 m_PagePter = NULL; 55 m_FindPter = NULL; 55 56 m_PasswordTries = 3; 56 57 #if defined (DEBUG) … … 333 334 MainPter::goToFirstPageActivated () 334 335 { 335 g_assert (NULL != m_Document && 336 g_assert (NULL != m_Document && 336 337 "Tried to go to the first page of a NULL document."); 337 338
