Remove unnecessary NULL check
Review Request #1718 — Created Sept. 5, 2022 and submitted — Latest diff uploaded
The account is allowed to be
NULL
here, according to the vfunc documentation,
but the interface method incorrectly enforced non-NULL
.This fixes a critical when selecting Gadu-Gadu in the account editor, as it is the only prpl to implement this method.
Selected Gadu-Gadu in a new account, saw no warnings, and the placeholder text was now added to username.