Changeset 90

Show
Ignore:
Timestamp:
01/01/08 22:16:44 (3 years ago)
Author:
chris
Message:

Bug fix: initialize History file outside of the Parsers so the parser is

not required to initialize it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/org/lastpod/ModelImpl.java

    r89 r90  
    9898        } 
    9999 
     100        /* Initialize the history file. */ 
     101        History.getInstance(iTunesPath); 
     102 
    100103        ItunesDbParser itunesDbParser = 
    101104            new ItunesDbParser(iTunesPath, parseVariousArtists, splitVariousArtistStrings);