aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/e-contact-list-model.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-06 07:47:44 +0800
committerDan Winship <danw@src.gnome.org>2003-02-06 07:47:44 +0800
commit8b4423c10c7e8168e4512c8a2522ffdb392453f3 (patch)
treeacfeaef6274d94d241c9c8d1da8750b6bcafc500 /addressbook/gui/contact-list-editor/e-contact-list-model.c
parent9ef99937403649cf8ffaea419c5c804def6f1439 (diff)
downloadgsoc2013-evolution-8b4423c10c7e8168e4512c8a2522ffdb392453f3.tar
gsoc2013-evolution-8b4423c10c7e8168e4512c8a2522ffdb392453f3.tar.gz
gsoc2013-evolution-8b4423c10c7e8168e4512c8a2522ffdb392453f3.tar.bz2
gsoc2013-evolution-8b4423c10c7e8168e4512c8a2522ffdb392453f3.tar.lz
gsoc2013-evolution-8b4423c10c7e8168e4512c8a2522ffdb392453f3.tar.xz
gsoc2013-evolution-8b4423c10c7e8168e4512c8a2522ffdb392453f3.tar.zst
gsoc2013-evolution-8b4423c10c7e8168e4512c8a2522ffdb392453f3.zip
Remove cruft, s/ICONSDIR/IMAGESDIR/ (gladedir, etspecdir): Remove
* gui/contact-list-editor/Makefile.am (INCLUDES): Remove cruft, s/ICONSDIR/IMAGESDIR/ (gladedir, etspecdir): Remove definitions. * gui/contact-list-editor/e-contact-list-editor.c: #include <string.h> (e_contact_list_editor_init): s/ICONSDIR/IMAGESDIR/ (e_contact_list_editor_new): s/gtk_object_ref/g_object_ref/ * gui/contact-list-editor/e-contact-list-model.c: #include <string.h> svn path=/trunk/; revision=19782
Diffstat (limited to 'addressbook/gui/contact-list-editor/e-contact-list-model.c')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-model.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-model.c b/addressbook/gui/contact-list-editor/e-contact-list-model.c
index 3e4264fa85..971b1a58e2 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-model.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-model.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
#include <config.h>
+#include <string.h>
#include "e-contact-list-model.h"
#define PARENT_TYPE e_table_model_get_type()