X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2Fmain.c;fp=src%2Fmain.c;h=a398e7818c038e8161efddde591aafd312fee93b;hp=1e6aea6710a3ed5a59f232feb8fa35bdab153fef;hb=880df66f0fc89dd1bd1f8d2232cd80592b7b91c5;hpb=1d4c6b2fe7d0f9f09050e65a6b4a25e14654b396 diff --git a/src/main.c b/src/main.c index 1e6aea6..a398e78 100644 --- a/src/main.c +++ b/src/main.c @@ -63,7 +63,7 @@ gboolean set_location_time(AWeatherGui *gui, char *site, char *time) for (city_t *city = cities; city->type; city++) { if (city->type == LOCATION_CITY && g_str_equal(city->code, site)) { grits_viewer_set_location(gui->viewer, - city->pos.lat, city->pos.lon, EARTH_R/25); + city->pos.lat, city->pos.lon, EARTH_R/35); break; } }