Comment 19 for bug 334377

Revision history for this message
Rail Aliiev (rail) wrote :

> For future releases libmbca could use resources from iso-codes package and wouldn't need libgweather anymore, but that change is too big for jaunty.

What about enabling old, "LIBGWEATHER_PRIOR_2_23_6" code? The following patch has worked for me.

--- libmbca-0.0.3~bzr42.orig/src/provider_thread.c
+++ libmbca-0.0.3~bzr42/src/provider_thread.c
@@ -32,7 +32,7 @@
 #include "gnome-panel/system-timezone.h"

-#ifdef LIBGWEATHER_PRIOR_2_23_6
+#if 1
 /**
  * ret must be freed
  */