diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-09 00:41:57 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-09 00:41:57 +0800 |
commit | 6ba376b06abad232ee033a716f45d84bcba4960e (patch) | |
tree | 4ecf3919703c8ab961c936eb10bc22d911fe68ea | |
parent | 412024362d002e4d3bd6809659516d6fb800b282 (diff) | |
download | gsoc2013-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
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/contact-editor/e-contact-editor-categories.c | 1 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor-categories.c | 1 |
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); |