~ubuntu-branches/debian/jessie/banshee-community-extensions/jessie

« back to all changes in this revision

Viewing changes to src/ClutterFlow/Banshee.ClutterFlow/AlbumLoader.cs

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-05-07 17:12:01 UTC
  • mto: (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20110507171201-78kmrrgfcaw5utel
Tags: upstream-2.0.1
ImportĀ upstreamĀ versionĀ 2.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
        }
257
257
                
258
258
        protected override ClutterFlowBaseActor AddActorToList (AlbumInfo generator, SortedList<AlbumInfo, ClutterFlowBaseActor> list)
259
 
        {       
 
259
        {
 
260
            if (generator == null)
 
261
                generator = new AlbumInfo (AlbumInfo.UnknownAlbumTitle);
260
262
            string key = ClutterFlowAlbum.CreateCacheKey(generator);
261
263
            ClutterFlowBaseActor actor = Cache.ContainsKey (key) ? Cache[key] : null;
262
264
            if (actor==null) {