malcontent-control: Fix a typo in an enum value

The values are the same so this doesn’t introduce any functional
changes, but it does fix the type.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2020-01-28 15:04:41 +00:00
parent e54f7eaf8a
commit f670880382
1 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@ update_app_filter (MctUserControls *self)
/* FIXME: make it asynchronous */ /* FIXME: make it asynchronous */
self->filter = mct_manager_get_app_filter (self->manager, self->filter = mct_manager_get_app_filter (self->manager,
act_user_get_uid (self->user), act_user_get_uid (self->user),
MCT_GET_APP_FILTER_FLAGS_NONE, MCT_MANAGER_GET_VALUE_FLAGS_NONE,
self->cancellable, self->cancellable,
&error); &error);
@ -712,7 +712,7 @@ blacklist_apps_cb (gpointer data)
mct_manager_set_app_filter (self->manager, mct_manager_set_app_filter (self->manager,
act_user_get_uid (self->user), act_user_get_uid (self->user),
new_filter, new_filter,
MCT_GET_APP_FILTER_FLAGS_INTERACTIVE, MCT_MANAGER_SET_VALUE_FLAGS_INTERACTIVE,
self->cancellable, self->cancellable,
&error); &error);