- Timestamp:
- 09/17/08 01:02:16 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/iTunesCOMWrap/trunk/iTunesCOMWrap/Sources.cs
r19308 r19406 61 61 IPlaylist playlist = this.Children[playlistName]; 62 62 if (playlist != null) 63 {64 63 return playlist; 65 }66 64 return this.CreatePlaylist(playlistName); 67 65 } … … 71 69 IPlaylist playlist = this.Children[folderName]; 72 70 if (playlist != null) 73 {74 71 return playlist; 75 }76 72 return this.CreateFolder(folderName); 77 73 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)