[gnome-settings-daemon/gnome-3-18] color: Fix compile failure introduced with c41c90ae



commit 0938cdd920a62bf355e0bde9b3eeba282583ed34
Author: Richard Hughes <richard hughsie com>
Date:   Wed Mar 16 09:01:56 2016 +0000

    color: Fix compile failure introduced with c41c90ae

 plugins/color/gsd-color-profiles.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/color/gsd-color-profiles.c b/plugins/color/gsd-color-profiles.c
index 36f0015..29d39ac 100644
--- a/plugins/color/gsd-color-profiles.c
+++ b/plugins/color/gsd-color-profiles.c
@@ -78,7 +78,7 @@ gcm_session_client_connect_cb (GObject *source_object,
         }
 
         /* add profiles */
-        ret = cd_icc_store_search_kind (priv->icc_store,
+        ret = cd_icc_store_search_kind (profiles->priv->icc_store,
                                         CD_ICC_STORE_SEARCH_KIND_USER,
                                         CD_ICC_STORE_SEARCH_FLAGS_CREATE_LOCATION,
                                         profiles->priv->cancellable,


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