diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-25 18:58:59 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-25 18:58:59 +0100 |
commit | ae28c6c7dae6fe4112b9ce625413cc32c07ed1b4 (patch) | |
tree | d23d884d9420a2b2ba0b971e6f0320a6a8c73579 /src/users-service-dbus.h | |
parent | a8fbf33eb06441519330210519e37be6f8e0aed2 (diff) | |
parent | 9631736c86733243e55b82b6e3f0ce2bc8489d8c (diff) | |
download | ayatana-indicator-session-ae28c6c7dae6fe4112b9ce625413cc32c07ed1b4.tar.gz ayatana-indicator-session-ae28c6c7dae6fe4112b9ce625413cc32c07ed1b4.tar.bz2 ayatana-indicator-session-ae28c6c7dae6fe4112b9ce625413cc32c07ed1b4.zip |
fixes for the min users and label on panel for guest0.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 { |