Changeset 1149:471014823f82

Show
Ignore:
Timestamp:
06/04/10 17:37:08 (3 years ago)
Author:
Thomas Gambet <tgambet@…>
Branch:
default
Message:

fixed: clear language list before initializing languages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/org/w3c/unicorn/Framework.java

    r1126 r1149  
    344344                if (defaultLocale == null) 
    345345                        throw new InitializationFailedException("Locale not found for default language in unicorn.properties: " + Property.get("DEFAULT_LANGUAGE")); 
    346          
     346                 
     347                Language.reset(); 
    347348                Language.initLocaleMatcher(defaultLocale);       
    348349