[Bug 64520] add Contact_Info_Field_Flag_Read_Only, for GTalk <URL>
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jan 7 06:39:48 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=64520
--- Comment #1 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
Created attachment 91603
--> https://bugs.freedesktop.org/attachment.cgi?id=91603&action=edit
Contact_Info_Field_Flag_Read_Only: add
---
Well, that was easy.
Remaining to do (untested pseudo-patch for Gabble):
if (conn->features & GABBLE_CONNECTION_FEATURES_GOOGLE_ROSTER)
{
if (!tp_strdiff (vcard_name, "fn"))
tp_flags |= TP_CONTACT_INFO_FIELD_FLAG_OVERWRITTEN_BY_NICKNAME;
+ else if (!tp_strdiff (vcard_name, "url"))
+ tp_flags |= TP_CONTACT_INFO_FIELD_FLAG_READ_ONLY;
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
More information about the telepathy-bugs
mailing list