Skip to content

[chatstate] fix color converting from gtk floats

Nils Rokita requested to merge (removed):fix_chatstate into master

This will fix the exception on loading of the Plugin, sometimes resulting in a not usable Gajim.

It seems that gtk have returned integer color values some time back, now the values are floats, so it has to be casted to int to generate the html color attributes

Also updated the old Urls in code and manifest pointing to the old websites.

Merge request reports