summaryrefslogtreecommitdiff
path: root/src/cd-device-db.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-01-18 12:38:32 +0000
committerRichard Hughes <richard@hughsie.com>2011-01-18 12:38:32 +0000
commit360f3fbce548210fdb2f7c6a020410d03fa5cc87 (patch)
tree73d120061bc0ed29ced25d65389bcf8cd628a29b /src/cd-device-db.c
parentec3b596b8c0f8feeeed06a8a240cdddc3847a0d4 (diff)
downloadcolord-360f3fbce548210fdb2f7c6a020410d03fa5cc87.tar.gz
Add a modification time to the remote Device object
This allows session color management agents to know how long it's been since the user re-profiled a device, and can nag them accordingly if set in the preferences.
Diffstat (limited to 'src/cd-device-db.c')
-rw-r--r--src/cd-device-db.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cd-device-db.c b/src/cd-device-db.c
index 2ca3c96..808a338 100644
--- a/src/cd-device-db.c
+++ b/src/cd-device-db.c
@@ -139,8 +139,8 @@ out:
**/
gboolean
cd_device_db_add (CdDeviceDb *ddb,
- const gchar *device_id,
- GError **error)
+ const gchar *device_id,
+ GError **error)
{
gboolean ret = TRUE;
gchar *error_msg = NULL;