Changeset 105

Show
Ignore:
Timestamp:
07/28/09 20:26:21 (1 year ago)
Author:
chris
Message:

applied patch from waschk@mandriva.org

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/test/org/lastpod/MockModel.java

    r85 r105  
    7070    } 
    7171 
     72    public Object submitTracks(UI userInterface, boolean online) { 
     73        return LastPod.NO_PREFS_ERROR; 
     74    } 
     75 
    7276    /** 
    7377     * Parses the play counts and track information from the iPod. 
     
    212216        History.getInstance("."); 
    213217 
    214         Scrobbler scrobbler = new Scrobbler(null, null, null); 
     218        Scrobbler scrobbler = new Scrobbler(null, null, null, null); 
    215219        scrobbler.addInactiveToHistories(inactiveRecentPlayed); 
    216220        scrobbler.addHistories(activeRecentPlayed);