elementary/calendar

Deprecation Warning: Hdy.Avatar.set_image_load_func

Closed this issue · 1 comments

While compiling the latest master, I noticed the following warning:

../src/EventEdition/GuestGrid.vala:111.29-111.54: warning: `Hdy.Avatar.set_image_load_func' has been deprecated since 1.2

I had the same warning in elementary Mail and fixed it using Hdy.Avatar.set_loadable_icon. Furthermore I've seen Folks's avatar seems to be a LoadableIcon - so it might be possible to simply do the following to fix the warning?

avatar.set_loadable_icon (individual.avatar);

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Looks like this was fixed in #716