summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/cr-utils.h3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d204940..e6885b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-26 Dodji Seketeli <dodji@gnome.org>
+
+ * src/cr-utils.h: added CR_FILE_NOT_FOUND_ERROR to
+ the CRStatus enum.
+
2004-01-24 Dodji Seketeli <dodji@gnome.org>
* all: separated the library into two projects. Libcroco
diff --git a/src/cr-utils.h b/src/cr-utils.h
index 07d3a94..bb42a22 100644
--- a/src/cr-utils.h
+++ b/src/cr-utils.h
@@ -63,7 +63,8 @@ enum CRStatus {
CR_OUT_OF_MEMORY_ERROR,
CR_PSEUDO_CLASS_SEL_HANDLER_NOT_FOUND_ERROR,
CR_BAD_PSEUDO_CLASS_SEL_HANDLER_ERROR,
- CR_ERROR
+ CR_ERROR,
+ CR_FILE_NOT_FOUND_ERROR
} ;
/**