aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2009-09-23 18:05:39 -0500
committerCody Russell <crussell@canonical.com>2009-09-23 18:05:39 -0500
commitcbcbcc64d025aae5b3fa6d1a9b4a8839a95842f6 (patch)
treea931fe22ea1538ea92a34cdbb0754cb69c1e9faf
parent8888a1aa1b4ca13be5028561f4b0adf21d392719 (diff)
downloadayatana-indicator-session-cbcbcc64d025aae5b3fa6d1a9b4a8839a95842f6.tar.gz
ayatana-indicator-session-cbcbcc64d025aae5b3fa6d1a9b4a8839a95842f6.tar.bz2
ayatana-indicator-session-cbcbcc64d025aae5b3fa6d1a9b4a8839a95842f6.zip
add todo comment
-rw-r--r--src/users-service-dbus.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/users-service-dbus.c b/src/users-service-dbus.c
index fac689d..937ce30 100644
--- a/src/users-service-dbus.c
+++ b/src/users-service-dbus.c
@@ -1213,6 +1213,17 @@ users_service_dbus_get_user_list (UsersServiceDbus *self)
return g_hash_table_get_values (priv->users);
}
+/*
+ * XXX - TODO: Right now we switch to a session that another user
+ * already has open, but if there are no open sessions
+ * for this user we go to the login screen and the
+ * user at the seat must select a user and enter a
+ * password. This kind of defeats the purpose of
+ * actually selecting a username, since selecting any
+ * user will do the same thing here. We need to change
+ * it so you only need to enter a password for the
+ * specified user.
+ */
gboolean
users_service_dbus_activate_user_session (UsersServiceDbus *self,
UserData *user)