Changeset 6353 for trunk/EDIT4/ED4_root.cxx
- Timestamp:
- 14/01/10 15:10:39 (2 years ago)
- Files:
-
- 1 modified
-
trunk/EDIT4/ED4_root.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EDIT4/ED4_root.cxx
r6348 r6353 660 660 aw_root->add_timed_callback(2000,ED4_timer,(AW_CL)0,(AW_CL)0); 661 661 662 char *out_message = GBS_strclose(not_found_message); 663 not_found_message = 0; 664 if (all_found != 0) aw_message(out_message); 665 free(out_message); 662 ED4_finish_and_show_notFoundMessage(); 666 663 667 664 return ( ED4_R_OK ); … … 1879 1876 DRAW = 1; 1880 1877 move_cursor = 0; 1881 all_found = 0;1882 species_read = 0;1883 1878 max_seq_terminal_length = 0; 1884 1879 1885 not_found_message = GBS_stropen(1000); 1886 1887 GBS_strcat(not_found_message,"Some species not found:\n"); 1880 ED4_init_notFoundMessage(); 1888 1881 1889 1882 return ( new_window->aww );
