From acf402dcc55b72961ac1624956c78f02b3723e50 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 6 Feb 2020 10:55:47 +0000 Subject: [PATCH] restrict-applications-dialog: Allow :user to be set at any point MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn’t actually need to be construct-only. Signed-off-by: Philip Withnall --- libmalcontent-ui/restrict-applications-dialog.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libmalcontent-ui/restrict-applications-dialog.c b/libmalcontent-ui/restrict-applications-dialog.c index 98f663a..9eecfd0 100644 --- a/libmalcontent-ui/restrict-applications-dialog.c +++ b/libmalcontent-ui/restrict-applications-dialog.c @@ -180,7 +180,6 @@ mct_restrict_applications_dialog_class_init (MctRestrictApplicationsDialogClass "The currently selected user account, or %NULL if no user is selected.", ACT_TYPE_USER, G_PARAM_READWRITE | - G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY);