diff -r 071588186662 -r a59a119b74f5 pidgin/pidginaccountmanagerrow.c --- a/pidgin/pidginaccountmanagerrow.c Thu Nov 21 00:32:16 2024 -0600 +++ b/pidgin/pidginaccountmanagerrow.c Thu Nov 21 00:35:20 2024 -0600 @@ -330,8 +330,7 @@ * Since: 3.0 */ properties[PROP_ACCOUNT] = g_param_spec_object( - "account", "account", - "The account that this row is representing", + "account", NULL, NULL, PURPLE_TYPE_ACCOUNT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);