Codebase list gnome-applets / 887f4bf
gweather: enable all providers Alberts Muktupāvels 6 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
399399 GWEATHER_FORECAST_LIST);
400400 #endif
401401
402 gweather_info_set_enabled_providers (gw_applet->gweather_info,
403 GWEATHER_PROVIDER_ALL);
404
402405 g_signal_connect (gw_applet->gweather_info, "updated",
403406 G_CALLBACK (update_finish), gw_applet);
404407