← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~bratsche/indicator-session/max-1 into lp:indicator-session

 

Cody Russell has proposed merging lp:~bratsche/indicator-session/max-1 into lp:indicator-session.

    Requested reviews:
    Indicator Applet Developers (indicator-applet-developers)

-- 
https://code.launchpad.net/~bratsche/indicator-session/max-1/+merge/12619
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/users-service-dbus.h'
--- src/users-service-dbus.h	2009-09-24 15:18:23 +0000
+++ src/users-service-dbus.h	2009-09-29 21:55:18 +0000
@@ -50,8 +50,11 @@
   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;


Follow ups