diff -r 071588186662 -r a59a119b74f5 pidgin/pidginaccounteditor.c --- a/pidgin/pidginaccounteditor.c Thu Nov 21 00:32:16 2024 -0600 +++ b/pidgin/pidginaccounteditor.c Thu Nov 21 00:35:20 2024 -0600 @@ -1180,8 +1180,7 @@ * Since: 3.0 */ properties[PROP_ACCOUNT] = g_param_spec_object( - "account", "account", - "The account to modify", + "account", NULL, NULL, PURPLE_TYPE_ACCOUNT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); @@ -1194,8 +1193,7 @@ * Since: 3.0 */ properties[PROP_VALID] = g_param_spec_boolean( - "valid", "valid", - "Whether or not the account settings are valid", + "valid", NULL, NULL, FALSE, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);