Mute GLib warning in sipe_send_message()
commitd05bbe0e72040aebadcfe51771e7b41a8f9de695
authorJakub Adam <jakub.adam@ktknet.cz>
Wed, 22 Dec 2010 00:19:39 +0000 (22 01:19 +0100)
committerJakub Adam <jakub.adam@ktknet.cz>
Wed, 22 Dec 2010 00:19:39 +0000 (22 01:19 +0100)
tree3a330790b152e4c2c8b6fae27de47e9da0b954d9
parent4d9978e23c2be8e5153402e0fdb7a6bd7fbce3c2
Mute GLib warning in sipe_send_message()

NULL content_type caused following warning, as pointed out by
pacopepeg:

GLib: g_str_has_prefix: assertion `str != NULL' failed

This had no impact on code correctness.
src/core/sipe.c