Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Seong-Joong Kim
fprintd
Commits
0aaff3a6
Commit
0aaff3a6
authored
Nov 17, 2012
by
Bastien Nocera
Browse files
device: Use non-deprecated PolKit call
parent
2e434a06
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/device.c
View file @
0aaff3a6
...
...
@@ -268,7 +268,7 @@ static void fprint_device_init(FprintDevice *device)
priv
->
id
=
++
last_id
;
/* Setup PolicyKit */
priv
->
auth
=
polkit_authority_get
(
);
priv
->
auth
=
polkit_authority_get
_sync
(
NULL
,
NULL
);
priv
->
clients
=
g_hash_table_new_full
(
g_str_hash
,
g_str_equal
,
g_free
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment