diff -r bb365bc11691 -r ccf8ca59d347 pidgin/pidginmessage.c --- a/pidgin/pidginmessage.c Fri Sep 06 03:46:24 2019 +0000 +++ b/pidgin/pidginmessage.c Fri Sep 06 00:15:59 2019 -0500 @@ -53,7 +53,7 @@ g_object_freeze_notify(G_OBJECT(msg)); g_object_notify_by_pspec(G_OBJECT(msg), properties[PROP_MESSAGE]); - g_object_notify_by_pspec(G_OBJECT(msg), properties[PROP_TIMESTAMP]); + g_object_notify(G_OBJECT(msg), "timestamp"); g_object_thaw_notify(G_OBJECT(msg)); } }