~iwarford/do-plugins/inline-google-fix

« back to all changes in this revision

Viewing changes to Banshee/src/BansheeItemSource.cs

  • Committer: David Siegel
  • Date: 2008-11-16 20:24:09 UTC
  • Revision ID: david@dell-desktop-20081116202409-n5342dh1x37wjewm
Make amarok, banshee build just for the hell of it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
                    get { return items; }
60
60
                }
61
61
 
62
 
                public ICollection<IItem> ChildrenOfItem (IItem parent)
 
62
                public IEnumerable<IItem> ChildrenOfItem (IItem parent)
63
63
                {
64
64
                        List<IItem> children;
65
65