From 36c4001d54b67fa5c687255d73f5db79a421db7f Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Tue, 29 Sep 2009 16:52:32 -0500 Subject: Set MAXIMUM_USERS from 7 or 1 --- src/users-service-dbus.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3