aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/contact-editor/e-contact-editor-categories.c1
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-categories.c1
3 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 8ca4a69bcc..41b1cc542f 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-08 Christopher James Lahey <clahey@helixcode.com>
+
+ * contact-editor/e-contact-editor-categories.c: Fixed a few warnings.
+
2000-09-02 Lauris kaplinski <lauris@helixcode.com>
* contact-editor/e-contact-editor-categories.c: e_utf8 wrappers
diff --git a/addressbook/contact-editor/e-contact-editor-categories.c b/addressbook/contact-editor/e-contact-editor-categories.c
index 118f08a2a3..f48100ae9f 100644
--- a/addressbook/contact-editor/e-contact-editor-categories.c
+++ b/addressbook/contact-editor/e-contact-editor-categories.c
@@ -28,6 +28,7 @@
#include <e-table-simple.h>
#include <e-cell-text.h>
#include <e-cell-checkbox.h>
+#include <e-util/e-unicode.h>
static void e_contact_editor_categories_init (EContactEditorCategories *card);
static void e_contact_editor_categories_class_init (EContactEditorCategoriesClass *klass);
diff --git a/addressbook/gui/contact-editor/e-contact-editor-categories.c b/addressbook/gui/contact-editor/e-contact-editor-categories.c
index 118f08a2a3..f48100ae9f 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-categories.c
+++ b/addressbook/gui/contact-editor/e-contact-editor-categories.c
@@ -28,6 +28,7 @@
#include <e-table-simple.h>
#include <e-cell-text.h>
#include <e-cell-checkbox.h>
+#include <e-util/e-unicode.h>
static void e_contact_editor_categories_init (EContactEditorCategories *card);
static void e_contact_editor_categories_class_init (EContactEditorCategoriesClass *klass);