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:
parent
b98ec83e66
commit
acf402dcc5
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue