summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2004-01-25 23:17:04 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-01-25 23:17:04 +0000
commit88a477f4643dd040e8f0ea5200d2be1541d25dee (patch)
tree2c99c17fc8a7d126b7f3c57427fc026565c7fb32
parent86fd0f9f8e9d190843bd9aba8d6425e12b48ad97 (diff)
downloadlibcroco-88a477f4643dd040e8f0ea5200d2be1541d25dee.tar.gz
added CR_FILE_NOT_FOUND_ERROR to the CRStatus enum.
2004-01-26 Dodji Seketeli <dodji@gnome.org> * src/cr-utils.h: added CR_FILE_NOT_FOUND_ERROR to the CRStatus enum.
-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
} ;
/**