~santi698/gazette/gazette

« back to all changes in this revision

Viewing changes to src/Services/Weather.vala

  • Committer: Santiago Ocamica
  • Date: 2013-04-20 15:54:59 UTC
  • Revision ID: santi6982@gmail.com-20130420155459-8fpwfxatbwq44n32
simplified the code a bit

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                session = new Soup.SessionSync ();
77
77
                message = new Soup.Message ("GET", url);
78
78
                add_child (label);
 
79
                load ();
79
80
        }
80
81
 
81
82
        public override void create ()