From 82cb9e15be22f43794345c93cbbef1bf0da06158 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 16 Jan 2002 17:56:22 +0000 Subject: Use soup to transfer HTTP files and other bugs fixed svn path=/trunk/; revision=15344 --- my-evolution/weather.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'my-evolution/weather.h') diff --git a/my-evolution/weather.h b/my-evolution/weather.h index cd04c9621f..196b9a8017 100644 --- a/my-evolution/weather.h +++ b/my-evolution/weather.h @@ -25,14 +25,13 @@ #include "e-summary-weather.h" -#include +#include typedef struct _Weather { char *location; char *html; - GnomeVFSAsyncHandle *handle; - GString *string; - char *buffer; + + SoupMessage *message; ESummary *summary; -- cgit v1.2.3