[gnome-settings-daemon] color: Don't use the username in the profile ID, it's optional and not-required



commit cf186e7bde76d56c4e6d60e1705c414963b90ef5
Author: Richard Hughes <richard hughsie com>
Date:   Sun Mar 18 20:15:59 2012 +0000

    color: Don't use the username in the profile ID, it's optional and not-required

 plugins/color/gsd-color-manager.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/plugins/color/gsd-color-manager.c b/plugins/color/gsd-color-manager.c
index f424813..28fbdae 100644
--- a/plugins/color/gsd-color-manager.c
+++ b/plugins/color/gsd-color-manager.c
@@ -2057,9 +2057,7 @@ gcm_session_profile_store_added_cb (GcmProfileStore *profile_store,
                 g_error_free (error);
                 goto out;
         }
-        profile_id = g_strdup_printf ("icc-%s-%s",
-                                      checksum,
-                                      g_get_user_name ());
+        profile_id = g_strdup_printf ("icc-%s", checksum);
         profile_props = g_hash_table_new_full (g_str_hash, g_str_equal,
                                                NULL, NULL);
         g_hash_table_insert (profile_props,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]