Changeset 6358 for branches/stable_5.0/EDIT4/ED4_root.cxx
- Timestamp:
- 19/01/10 14:11:52 (2 years ago)
- Files:
-
- 1 modified
-
branches/stable_5.0/EDIT4/ED4_root.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/EDIT4/ED4_root.cxx
r6169 r6358 732 732 aw_root->add_timed_callback(2000,ED4_timer,(AW_CL)0,(AW_CL)0); 733 733 734 char *out_message = GBS_strclose(not_found_message); 735 not_found_message = 0; 736 if (all_found != 0) aw_message(out_message); 737 free(out_message); 734 ED4_finish_and_show_notFoundMessage(); 738 735 739 736 return ( ED4_R_OK ); … … 1969 1966 DRAW = 1; 1970 1967 move_cursor = 0; 1971 all_found = 0;1972 species_read = 0;1973 1968 max_seq_terminal_length = 0; 1974 1969 1975 not_found_message = GBS_stropen(1000); 1976 1977 GBS_strcat(not_found_message,"Some species not found:\n"); 1970 ED4_init_notFoundMessage(); 1978 1971 1979 1972 return ( new_window->aww );
