[gnome-color-manager] Ignore the OPENICC_automatic_generated metadata key
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Ignore the OPENICC_automatic_generated metadata key
- Date: Mon, 4 Mar 2013 07:19:09 +0000 (UTC)
commit 124726405c509d039829794c2110d981fdfde318
Author: Richard Hughes <richard hughsie com>
Date: Mon Mar 4 07:18:14 2013 +0000
Ignore the OPENICC_automatic_generated metadata key
src/gcm-viewer.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gcm-viewer.c b/src/gcm-viewer.c
index ce1868c..8c69ad6 100644
--- a/src/gcm-viewer.c
+++ b/src/gcm-viewer.c
@@ -855,6 +855,7 @@ gcm_viewer_is_blacklisted_metadata_key (const gchar *key)
"OSD_*", /* OSD controls... */
"vcgt",
"model",
+ "OPENICC_automatic_generated",
NULL };
for (i = 0; blacklist[i] != NULL; i++) {
if (g_regex_match_simple (blacklist[i],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]