diff options
author | Ted Gould <ted@gould.cx> | 2010-03-02 16:13:22 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-02 16:13:22 -0600 |
commit | d723e8d4ed1e96c889d139a0f8c4cca117137c4a (patch) | |
tree | a5da8045991c065b22713629e6dff09469ee719c /src/users-service-dbus.c | |
parent | ad9dd9ec9a32d9380c12bce08d939d0f58d56555 (diff) | |
download | ayatana-indicator-session-d723e8d4ed1e96c889d139a0f8c4cca117137c4a.tar.gz ayatana-indicator-session-d723e8d4ed1e96c889d139a0f8c4cca117137c4a.tar.bz2 ayatana-indicator-session-d723e8d4ed1e96c889d139a0f8c4cca117137c4a.zip |
Creating a field for the user that has the real name in it, and a place for that to conflict.
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 0e5c922..7d2112a 100644 --- a/src/users-service-dbus.c +++ b/src/users-service-dbus.c @@ -662,6 +662,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), |