diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-06-03 15:16:26 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-06-03 15:16:26 -0500 |
commit | 4823f27147e1a7a604d511acde9750d65190c865 (patch) | |
tree | 6d2899f8131ee3feb94aca23f03ac35506f88e30 /src/users-service-dbus.h | |
parent | 9ffe5cb1264ecc2298681409e3af41b42dbc0f91 (diff) | |
download | ayatana-indicator-session-4823f27147e1a7a604d511acde9750d65190c865.tar.gz ayatana-indicator-session-4823f27147e1a7a604d511acde9750d65190c865.tar.bz2 ayatana-indicator-session-4823f27147e1a7a604d511acde9750d65190c865.zip |
In user-menu-mgr.c, make the static variable 'settings' a field of UserMenuMgr so that it doesn't persist between test sessions
Diffstat (limited to 'src/users-service-dbus.h')
-rw-r--r-- | src/users-service-dbus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/users-service-dbus.h b/src/users-service-dbus.h index b7db690..c81e768 100644 --- a/src/users-service-dbus.h +++ b/src/users-service-dbus.h @@ -50,8 +50,6 @@ struct _UserData gboolean real_name_conflict; /* The menuitem representing this user if there is one. */ DbusmenuMenuitem * menuitem; - - UsersServiceDbus *service; }; /* XXX - MAXIMUM_USERS should be set to 7 once we've |