After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 461677 - [calendar-weather] Does not show its icon.
[calendar-weather] Does not show its icon.
Status: RESOLVED DUPLICATE of bug 352287
Product: evolution
Classification: Applications
Component: Plugins
2.12.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-plugin-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2007-07-30 04:03 UTC by Hiroyuki Ikezoe
Modified: 2008-12-29 08:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (2.61 KB, patch)
2007-07-30 05:08 UTC, Hiroyuki Ikezoe
reviewed Details | Review

Description Hiroyuki Ikezoe 2007-07-30 04:03:38 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
Comment 1 Hiroyuki Ikezoe 2007-07-30 05:08:27 UTC
Created attachment 92674 [details] [review]
proposed patch

Check all category name aside from "Weather: Cloudy".
Comment 2 Hiroyuki Ikezoe 2007-07-30 05:14:54 UTC
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 "天気: 暖かい快晴"
Comment 3 Srinivasa Ragavan 2007-08-03 08:45:13 UTC
The patch looks fine, but any idea why the translation would be different?
Comment 4 Srinivasa Ragavan 2007-08-23 12:24:17 UTC
But even without the patch, it works for me ?
Comment 5 Matthew Barnes 2008-03-11 00:34:01 UTC
Bumping version to a stable release.
Comment 6 Akhil Laddha 2008-12-29 08:54:15 UTC
Patches from bug 352287 should solve it.

*** This bug has been marked as a duplicate of 352287 ***