diff options
Diffstat (limited to 'libempathy/empathy-message.c')
-rw-r--r-- | libempathy/empathy-message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-message.c b/libempathy/empathy-message.c index 5af02008f..d9ac0e2a9 100644 --- a/libempathy/empathy-message.c +++ b/libempathy/empathy-message.c @@ -325,7 +325,7 @@ empathy_message_from_tpl_log_event (TplEvent *logevent) empathy_message_set_receiver (retval, contact); g_object_unref (contact); } - + if (sender != NULL) { contact = empathy_contact_from_tpl_contact (account, sender); empathy_message_set_sender (retval, contact); |