Changeset 222 for trunk/src/JobFind.cxx
- Timestamp:
- 06/11/06 14:46:38 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/JobFind.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/JobFind.cxx
r172 r222 227 227 GList *result = getDocument ()->findTextInPage (currentPage, 228 228 getTextToFind ()); 229 229 230 230 if ( FIND_DIRECTION_FORWARDS == getDirection () ) 231 231 { … … 236 236 setCurrentPage (currentPage - 1); 237 237 } 238 238 239 239 if ( NULL != result ) 240 240 { 241 241 setResults (currentPage, result); 242 242 JOB_NOTIFIER (job_find_results, this); 243 } 244 else 243 } 244 else 245 245 { 246 246 JOB_NOTIFIER (job_find_end, this);
