diff -r 071588186662 -r a59a119b74f5 pidgin/pidginaccountdisplay.c --- a/pidgin/pidginaccountdisplay.c Thu Nov 21 00:32:16 2024 -0600 +++ b/pidgin/pidginaccountdisplay.c Thu Nov 21 00:35:20 2024 -0600 @@ -147,9 +147,9 @@ * Since: 3.0 */ properties[PROP_ACCOUNT] = g_param_spec_object( - "account", "Account", "The account that is currently displayed.", - PURPLE_TYPE_ACCOUNT, - G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); + "account", NULL, NULL, + PURPLE_TYPE_ACCOUNT, + G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); g_object_class_install_properties(obj_class, N_PROPERTIES, properties);