Daniel Brötzmann pushed to branch master at gajim / gajim
Commits: e7f6f674 by wurstsalat at 2022-10-10T23:07:14+02:00 cq: Emoji data: Add hint about emoji data sources - - - - - 1 changed file: - gajim/gtk/emoji_data_gtk.py Changes: ===================================== gajim/gtk/emoji_data_gtk.py ===================================== @@ -66,6 +66,8 @@ def get_emoji_data() -> dict[str, str]: def load_emoji_data() -> dict[str, str]: + # Sources of emoji data can be found at: + # https://gitlab.gnome.org/GNOME/gtk/-/tree/main/gtk/emoji # Location of emoji data resource changed in GTK >= 3.24.30 if V(get_gtk_version()) >= V('3.24.30'): emoji_data_resource = '/org/gtk/libgtk/emoji/en.data' View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/e7f6f67450cc2f0174036210a384a20d8dc59301 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/e7f6f67450cc2f0174036210a384a20d8dc59301 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
