diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-28 10:31:51 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-28 10:31:51 -0500 |
commit | 4850b1b6ba8a1438d8c0903592108fcefc35235e (patch) | |
tree | b92139b05b7e25b5242b4ee842f8e39d6702e909 /src/backend-dbus/guest.h | |
parent | 69bf3537b0fe5aa00d015c7339ce20e9c2b80d1f (diff) | |
download | ayatana-indicator-session-4850b1b6ba8a1438d8c0903592108fcefc35235e.tar.gz ayatana-indicator-session-4850b1b6ba8a1438d8c0903592108fcefc35235e.tar.bz2 ayatana-indicator-session-4850b1b6ba8a1438d8c0903592108fcefc35235e.zip |
update comments & documentation to reflect that we've replaced consolekit and login1
Diffstat (limited to 'src/backend-dbus/guest.h')
-rw-r--r-- | src/backend-dbus/guest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend-dbus/guest.h b/src/backend-dbus/guest.h index aca5588..73bb3ca 100644 --- a/src/backend-dbus/guest.h +++ b/src/backend-dbus/guest.h @@ -42,7 +42,7 @@ typedef struct _IndicatorSessionGuestDbusClass IndicatorSessionGuestDbusClass; /** * An implementation of IndicatorSessionGuest that gets its user information - * from org.freedesktop.ConsoleKit and org.freedesktop.Accounts over DBus. + * from org.freedesktop.login1 and org.freedesktop.Accounts over DBus. */ struct _IndicatorSessionGuestDbus { |