GNOME Bugzilla – Bug 681391
EmpathyRosterContact should use FolksIndividual's display_name
Last modified: 2018-05-22 15:39:26 UTC
Depends on bug 651672 (https://bugzilla.gnome.org/show_bug.cgi?id=651672)
Created attachment 220584 [details] [review] EmpathyRosterContact now uses FolksIndividual's display_name
Review of attachment 220584 [details] [review]: ::: libempathy-gtk/empathy-roster-contact.c @@ +375,3 @@ g_object_class_install_property (oclass, PROP_ONLINE, spec); + spec = g_param_spec_string ("display_name", "Display_Name", we usually use 'display-name' for properties (I guess we don't in Vala because of the generated C code). Don't forget to change in the g_object_notify() call as well.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/empathy/issues/576.