~elementaryproject/+junk/weather-docklet

« back to all changes in this revision

Viewing changes to WeatherDocklet/src/WeatherItem.cs

  • Committer: Robert Dyer
  • Date: 2009-07-22 07:32:36 UTC
  • mfrom: (28.1.39 gmaildocklet)
  • Revision ID: rdyer@narmada-20090722073236-f0c1fyhvwlbsra46
merge in GMail docklet branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                        this.run = null;
80
80
                        this.i = i;
81
81
                }
 
82
                
82
83
                public override string Name {
83
84
                        get { return name; }
84
85
                }