restrict-applications-dialog: Allow :user to be set at any point

It doesn’t actually need to be construct-only.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2020-02-06 10:55:47 +00:00
parent b98ec83e66
commit acf402dcc5
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ mct_restrict_applications_dialog_class_init (MctRestrictApplicationsDialogClass
"The currently selected user account, or %NULL if no user is selected.", "The currently selected user account, or %NULL if no user is selected.",
ACT_TYPE_USER, ACT_TYPE_USER,
G_PARAM_READWRITE | G_PARAM_READWRITE |
G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS | G_PARAM_STATIC_STRINGS |
G_PARAM_EXPLICIT_NOTIFY); G_PARAM_EXPLICIT_NOTIFY);