~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Banshee/src/BansheeItemSource.cs

  • Committer: Alex Launi
  • Date: 2008-07-01 20:02:42 UTC
  • mfrom: (151.1.24 do-plugins)
  • Revision ID: alex@eriktorvaldsonn-20080701200242-l85j12hkp0os19tb
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
                public BansheeItemSource()
33
33
                {
34
34
                        items = new List<IItem> ();
35
 
                        UpdateItems();
 
35
                        //UpdateItems();
36
36
                }
37
37
 
38
38
                public string Name {