--- orig/xfce4-weather-plugin-0.7.3/panel-plugin/weather-http.c 2009-07-23 15:10:55.000000000 +0600 +++ xfce4-weather-plugin-0.7.3/panel-plugin/weather-http.c 2010-05-03 00:47:53.090215530 +0600 @@ -177,7 +177,7 @@ #endif memset(&h, 0, sizeof(h)); - h.ai_family = AF_INET; + h.ai_family = AF_UNSPEC; h.ai_socktype = SOCK_STREAM; h.ai_protocol = IPPROTO_TCP;