X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Fmain.c;h=a398e7818c038e8161efddde591aafd312fee93b;hb=6d2c00f5012aed76508611e1fa85ac3d87f33e9c;hp=1e6aea6710a3ed5a59f232feb8fa35bdab153fef;hpb=7fb42f1927cb3794935403b0ee39968e76207c9b;p=aweather 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; } }