Show
Ignore:
Timestamp:
19/01/10 14:11:52 (2 years ago)
Author:
westram
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/EDIT4/ED4_root.cxx

    r6169 r6358  
    732732    aw_root->add_timed_callback(2000,ED4_timer,(AW_CL)0,(AW_CL)0); 
    733733 
    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(); 
    738735 
    739736    return ( ED4_R_OK ); 
     
    19691966    DRAW                    = 1; 
    19701967    move_cursor             = 0; 
    1971     all_found               = 0; 
    1972     species_read            = 0; 
    19731968    max_seq_terminal_length = 0; 
    19741969 
    1975     not_found_message = GBS_stropen(1000); 
    1976  
    1977     GBS_strcat(not_found_message,"Some species not found:\n"); 
     1970    ED4_init_notFoundMessage(); 
    19781971 
    19791972    return ( new_window->aww );