summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-12-14 14:39:31 +0000
committerRay Strode <rstrode@redhat.com>2007-12-14 14:39:31 +0000
commitc6b970d37acd2882adb538e9d1723ed661d0ca94 (patch)
treed383cf9d362de6031e0653f8de3137a865024468
parentb589d7e7d731ecb948c8e91077110c9e09707276 (diff)
Consider icon names with extensions a warning and not an error for now.
2006-11-07 Ray Strode <rstrode@redhat.com> * src/validate.c: Consider icon names with extensions a warning and not an error for now.
-rw-r--r--ChangeLog5
-rw-r--r--src/validate.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ce9af75..c5faae4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-07 Ray Strode <rstrode@redhat.com>
+
+ * src/validate.c: Consider icon names with extensions a
+ warning and not an error for now.
+
2007-09-01 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 0.15
diff --git a/src/validate.c b/src/validate.c
index 90b381d..43a0883 100644
--- a/src/validate.c
+++ b/src/validate.c
@@ -737,7 +737,7 @@ handle_icon_key (kf_validator *kf,
if (g_str_has_suffix (value, ".png") ||
g_str_has_suffix (value, ".xpm") ||
g_str_has_suffix (value, ".svg")) {
- print_fatal (kf, "value \"%s\" for key \"%s\" in group \"%s\" is an icon "
+ print_warning (kf, "value \"%s\" for key \"%s\" in group \"%s\" is an icon "
"name with an extension, but there should be no extension "
"as described in the Icon Theme Specification if the "
"value is not an absolute path\n",