Changeset 8305

Show
Ignore:
Timestamp:
14/12/11 09:50:34 (5 months ago)
Author:
westram
Message:
  • create species (all three) were missing context
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/e4fix/EDIT4/ED4_no_class.cxx

    r8295 r8305  
    18731873    } 
    18741874    else { 
    1875         error                    = GB_begin_transaction(GLOBAL_gb_main); 
     1875        ED4_MostRecentWinContext context; 
     1876 
     1877        error = GB_begin_transaction(GLOBAL_gb_main); 
     1878 
    18761879        GBDATA *gb_species_data  = GB_search(GLOBAL_gb_main, "species_data",  GB_CREATE_CONTAINER); 
    18771880        char   *new_species_name = 0;