summaryrefslogtreecommitdiff
path: root/polkitgtkmate/polkitlockbutton.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-12 12:43:11 +0200
committerinfirit <[email protected]>2015-09-12 12:43:11 +0200
commitd07ecaa09c1890216b0056d506d1ce1ffed8f545 (patch)
tree81ab4297e326064f200637b9c8896f4405428935 /polkitgtkmate/polkitlockbutton.c
parent0b6390e6af0b9f4f06f52988739c5741a8b3d82f (diff)
downloadmate-polkit-d07ecaa09c1890216b0056d506d1ce1ffed8f545.tar.bz2
mate-polkit-d07ecaa09c1890216b0056d506d1ce1ffed8f545.tar.xz
Replace deprecated polkit_unix_process_new
And replace it with polkit_unix_process_new_for_owner.
Diffstat (limited to 'polkitgtkmate/polkitlockbutton.c')
-rw-r--r--polkitgtkmate/polkitlockbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polkitgtkmate/polkitlockbutton.c b/polkitgtkmate/polkitlockbutton.c
index 757c34c..e1ad610 100644
--- a/polkitgtkmate/polkitlockbutton.c
+++ b/polkitgtkmate/polkitlockbutton.c
@@ -418,7 +418,7 @@ polkit_lock_button_constructed (GObject *object)
if (button->priv->subject == NULL)
{
- button->priv->subject = polkit_unix_process_new (getpid ());
+ button->priv->subject = polkit_unix_process_new_for_owner (getpid (), 0, -1);
}
/* synchronously check on construction - TODO: we could implement GAsyncInitable