GNOME Bugzilla – Bug 461677
[calendar-weather] Does not show its icon.
Last modified: 2008-12-29 08:54:15 UTC
calendar-weather plugin does not show its icon. The following error is put many times. (evolution:4958): e-data-server-CRITICAL **: e_categories_get_icon_file_for: assertion `cat_info != NULL' failed
Created attachment 92674 [details] [review] proposed patch Check all category name aside from "Weather: Cloudy".
The patch works fine in most cases, but it depends on translation. For instance, in Japanese, Evo's and Eds's translation of "Weather: Sunny" is not the same. The icon of "Weather: Sunny" is not shown yet. In Evo: #: ../plugins/calendar-weather/calendar-weather.c:65 msgid "Weather: Sunny" msgstr "天気: 快晴" In Eds: #: ../calendar/backends/weather/e-cal-backend-weather.c:234 #: ../calendar/backends/weather/e-cal-backend-weather.c:242 #: ../calendar/backends/weather/e-cal-backend-weather.c:244 #: ../calendar/backends/weather/e-cal-backend-weather.c:251 msgid "Weather: Sunny" msgstr "天気: 暖かい快晴"
The patch looks fine, but any idea why the translation would be different?
But even without the patch, it works for me ?
Bumping version to a stable release.
Patches from bug 352287 should solve it. *** This bug has been marked as a duplicate of 352287 ***