GNOME Bugzilla – Bug 374698
Check of a contact == NULL
Last modified: 2006-11-15 23:09:18 UTC
It can happen that a handle can't be translated into a contact. Attached patch adds checks for this in various places. Some way to report errors back to the user should probably be added where it makes sense
Created attachment 76487 [details] [review] Proposed patch
commited, thanks. I just removed gossip_debug() messages since the error is reported by gossip_telepathy_get_contact_from_handle(). I also changed a g_return_val_if_fail() to a simple return since g_return print a useless critical warning message, if we want a warning we can put a g_warning in gossip_telepathy_get_contact_from_handle().