aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2009-09-30 13:00:10 -0500
committerTed Gould <ted@canonical.com>2009-09-30 13:00:10 -0500
commit8df269027002ef9b03690a7a451bc2167b31a6f8 (patch)
tree735abb13966b0018fd513436e2e3146f1196e174
parent16650e8f453d7ac06ea808a3ca45e18ab3383967 (diff)
parent36c4001d54b67fa5c687255d73f5db79a421db7f (diff)
downloadayatana-indicator-session-8df269027002ef9b03690a7a451bc2167b31a6f8.tar.gz
ayatana-indicator-session-8df269027002ef9b03690a7a451bc2167b31a6f8.tar.bz2
ayatana-indicator-session-8df269027002ef9b03690a7a451bc2167b31a6f8.zip
Setting the user list to always overflow as additional API is required in GDM to make it work well.
-rw-r--r--src/users-service-dbus.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/users-service-dbus.h b/src/users-service-dbus.h
index fc14beb..9ba05c9 100644
--- a/src/users-service-dbus.h
+++ b/src/users-service-dbus.h
@@ -50,8 +50,11 @@ struct _UserData
UsersServiceDbus *service;
};
+/* XXX - MAXIMUM_USERS should be set to 7 once we've
+ * got some gdm issues worked out.
+ */
#define MINIMUM_USERS 1
-#define MAXIMUM_USERS 7
+#define MAXIMUM_USERS 1
struct _UsersServiceDbus {
GObject parent;