diff options
author | Scott Balneaves <[email protected]> | 2012-12-26 21:42:10 -0600 |
---|---|---|
committer | Scott Balneaves <[email protected]> | 2012-12-26 21:42:10 -0600 |
commit | 12c23d62d0932bcecced3c2621674b89c4e6d265 (patch) | |
tree | 9cf97da4f6e957738740eb0115c03346732ff205 /src/main.c | |
parent | d6c0362e70e695b1da921331f136d396d021f44c (diff) | |
download | mate-polkit-12c23d62d0932bcecced3c2621674b89c4e6d265.tar.bz2 mate-polkit-12c23d62d0932bcecced3c2621674b89c4e6d265.tar.xz |
Fix deprecations and warnings
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -248,9 +248,11 @@ main (int argc, char **argv) } error = NULL; - if (!polkit_agent_register_listener (listener, + if (!polkit_agent_listener_register (listener, + POLKIT_AGENT_REGISTER_FLAGS_NONE, session, "/org/mate/PolicyKit1/AuthenticationAgent", + NULL, &error)) { g_printerr ("Cannot register authentication agent: %s\n", error->message); |