aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-09 00:41:57 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-09 00:41:57 +0800
commit6ba376b06abad232ee033a716f45d84bcba4960e (patch)
tree4ecf3919703c8ab961c936eb10bc22d911fe68ea /addressbook
parent412024362d002e4d3bd6809659516d6fb800b282 (diff)
downloadgsoc2013-evolution-6ba376b06abad232ee033a716f45d84bcba4960e.tar
gsoc2013-evolution-6ba376b06abad232ee033a716f45d84bcba4960e.tar.gz
gsoc2013-evolution-6ba376b06abad232ee033a716f45d84bcba4960e.tar.bz2
gsoc2013-evolution-6ba376b06abad232ee033a716f45d84bcba4960e.tar.lz
gsoc2013-evolution-6ba376b06abad232ee033a716f45d84bcba4960e.tar.xz
gsoc2013-evolution-6ba376b06abad232ee033a716f45d84bcba4960e.tar.zst
gsoc2013-evolution-6ba376b06abad232ee033a716f45d84bcba4960e.zip
Fixed a few warnings.
2000-09-08 Christopher James Lahey <clahey@helixcode.com> * contact-editor/e-contact-editor-categories.c: Fixed a few warnings. svn path=/trunk/; revision=5262
Diffstat (limited to 'addressbook')
-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);