GNOME Bugzilla – Bug 342406
#ifdef out some code that is only used when ENABLE_HTTP is true
Last modified: 2006-05-22 11:05:22 UTC
Attaching a patch
Created attachment 65892 [details] [review] proposed patch
Created attachment 65895 [details] [review] updated patch Missed one place.
looks great to me: go for it. We should (at the same time) get rid of: if (ior) g_free (ior); and just use g_free (ior); - it does that for us.
Commited with those changes.