diff options
author | Ted Gould <ted@gould.cx> | 2010-03-03 20:54:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-03 20:54:37 -0600 |
commit | 3be37d1ba50935f68435083548609a055f1f5751 (patch) | |
tree | f004bda94d04fe98171f2ae3a85967cc20bc638e /src/users-service-dbus.c | |
parent | a6d04fe9a6dbd6c4b9b119686523962bf9147a8b (diff) | |
parent | 03c045f5890162a53ed613fcf8f627f0dc3badc8 (diff) | |
download | ayatana-indicator-session-3be37d1ba50935f68435083548609a055f1f5751.tar.gz ayatana-indicator-session-3be37d1ba50935f68435083548609a055f1f5751.tar.bz2 ayatana-indicator-session-3be37d1ba50935f68435083548609a055f1f5751.zip |
Sorting based on real names and conflict naming.
Diffstat (limited to 'src/users-service-dbus.c')
-rw-r--r-- | src/users-service-dbus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users-service-dbus.c b/src/users-service-dbus.c index 2b984cd..4aefdff 100644 --- a/src/users-service-dbus.c +++ b/src/users-service-dbus.c @@ -656,6 +656,7 @@ sync_users (UsersServiceDbus *self) user->shell = g_strdup (g_value_get_string (g_value_array_get_nth (values, 3))); user->login_count = g_value_get_int (g_value_array_get_nth (values, 4)); user->icon_url = g_strdup (g_value_get_string (g_value_array_get_nth (values, 5))); + user->real_name_conflict = FALSE; g_hash_table_insert (priv->users, g_strdup (user->user_name), |