[gnome-color-manager/colord] trivial: Adjust to the enum renaming in colord trunk
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager/colord] trivial: Adjust to the enum renaming in colord trunk
- Date: Fri, 4 Mar 2011 09:17:39 +0000 (UTC)
commit 5e07928e31269df4c3a9e74ce3c611bce38a778d
Author: Richard Hughes <richard hughsie com>
Date: Fri Mar 4 09:11:29 2011 +0000
trivial: Adjust to the enum renaming in colord trunk
src/gcm-session.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcm-session.c b/src/gcm-session.c
index 5e18932..d6079d5 100644
--- a/src/gcm-session.c
+++ b/src/gcm-session.c
@@ -1056,7 +1056,7 @@ gcm_session_profile_store_added_cb (GcmProfileStore *profile_store_,
g_strdup (filename));
profile = cd_client_create_profile_sync (client,
filename,
- CD_OBJECT_SCOPE_TEMPORARY,
+ CD_OBJECT_SCOPE_TEMP,
profile_props,
NULL,
&error);
@@ -1165,7 +1165,7 @@ gcm_x11_screen_output_added_cb (GcmX11Screen *screen_,
g_strdup (serial));
device = cd_client_create_device_sync (client,
gcm_x11_output_get_name (output),
- CD_OBJECT_SCOPE_TEMPORARY,
+ CD_OBJECT_SCOPE_TEMP,
device_props,
NULL,
&error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]