diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-02-11 11:11:45 -0500 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2008-02-11 11:11:45 -0500 |
commit | 710a4f5404049762ea49644c74aadb59737be37d (patch) | |
tree | b6019d8cdf89ab8d989967e37e6a5516990893dc /data | |
parent | e59d5e9a9974a14043c98c292936584cefa930d3 (diff) | |
download | ConsoleKit2-710a4f5404049762ea49644c74aadb59737be37d.tar.gz |
fix typo in dbus policy file
Diffstat (limited to 'data')
-rw-r--r-- | data/ConsoleKit.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ConsoleKit.conf b/data/ConsoleKit.conf index 1ede954..d1a6335 100644 --- a/data/ConsoleKit.conf +++ b/data/ConsoleKit.conf @@ -12,7 +12,7 @@ <allow send_interface="org.freedesktop.ConsoleKit.Session"/> <allow send_interface="org.freedesktop.ConsoleKit.Manager" - send_member="OpenConsoleWithParameters"/> + send_member="OpenSessionWithParameters"/> <allow send_interface="org.freedesktop.ConsoleKit.Session" send_member="Lock"/> <allow send_interface="org.freedesktop.ConsoleKit.Session" |