diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-25 15:25:38 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-25 15:25:38 -0400 |
commit | 52d107cad5d839603a4a24a285166d5d78742d7e (patch) | |
tree | 2d78e18f7e0bcb68e0714038f9e6a18755582dc5 /src/users-service-dbus.h | |
parent | ce36ed0c35e58f0244a090250ab7f96b8e5915ac (diff) | |
parent | db495e787761164191314d4d8fe79c70de075a75 (diff) | |
download | ayatana-indicator-session-52d107cad5d839603a4a24a285166d5d78742d7e.tar.gz ayatana-indicator-session-52d107cad5d839603a4a24a285166d5d78742d7e.tar.bz2 ayatana-indicator-session-52d107cad5d839603a4a24a285166d5d78742d7e.zip |
Import upstream version 0.3.3.1
Diffstat (limited to 'src/users-service-dbus.h')
-rw-r--r-- | src/users-service-dbus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users-service-dbus.h b/src/users-service-dbus.h index c3f0171..4dbf2a4 100644 --- a/src/users-service-dbus.h +++ b/src/users-service-dbus.h @@ -57,7 +57,7 @@ struct _UserData /* XXX - MAXIMUM_USERS should be set to 7 once we've * got some gdm issues worked out. */ -#define MINIMUM_USERS 1 +#define MINIMUM_USERS 0 #define MAXIMUM_USERS 7 struct _UsersServiceDbus { |