diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-25 18:52:42 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-25 18:52:42 +0100 |
commit | 9631736c86733243e55b82b6e3f0ce2bc8489d8c (patch) | |
tree | d23d884d9420a2b2ba0b971e6f0320a6a8c73579 /src/users-service-dbus.h | |
parent | 5441c68c465cb69821e6307df24aecddbb571176 (diff) | |
download | ayatana-indicator-session-9631736c86733243e55b82b6e3f0ce2bc8489d8c.tar.gz ayatana-indicator-session-9631736c86733243e55b82b6e3f0ce2bc8489d8c.tar.bz2 ayatana-indicator-session-9631736c86733243e55b82b6e3f0ce2bc8489d8c.zip |
fix the min users bug plus guest label utf8 issue
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 { |