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

« back to all changes in this revision

Viewing changes to Vinagre/src/VNCHostSource.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:
31
31
        public VNCHostItem ()
32
32
        {
33
33
            items = new List<IItem> ();
34
 
            UpdateItems ();
 
34
            //UpdateItems ();
35
35
        }
36
36
 
37
37
        public string Name {