aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/contact-editor
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2001-01-05 04:52:20 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-01-05 04:52:20 +0800
commit398db562507d4f3071a0deb7acfa3eb7a94a4aaa (patch)
treedf135cf936f61a23f194131a7c2aeedb24322f8f /addressbook/contact-editor
parentb74ccc5a87b3aded415dc721f2e6312e07066f55 (diff)
downloadgsoc2013-evolution-398db562507d4f3071a0deb7acfa3eb7a94a4aaa.tar
gsoc2013-evolution-398db562507d4f3071a0deb7acfa3eb7a94a4aaa.tar.gz
gsoc2013-evolution-398db562507d4f3071a0deb7acfa3eb7a94a4aaa.tar.bz2
gsoc2013-evolution-398db562507d4f3071a0deb7acfa3eb7a94a4aaa.tar.lz
gsoc2013-evolution-398db562507d4f3071a0deb7acfa3eb7a94a4aaa.tar.xz
gsoc2013-evolution-398db562507d4f3071a0deb7acfa3eb7a94a4aaa.tar.zst
gsoc2013-evolution-398db562507d4f3071a0deb7acfa3eb7a94a4aaa.zip
Need to e_sexp_unref the the sexp, not gtk_object_unref it.
2001-01-04 JP Rosevear <jpr@helixcode.com> * backend/pas/pas-backend-file.c (pas_backend_file_book_view_free): Need to e_sexp_unref the the sexp, not gtk_object_unref it. svn path=/trunk/; revision=7256
Diffstat (limited to 'addressbook/contact-editor')
-rw-r--r--addressbook/contact-editor/Makefile.am2
-rw-r--r--addressbook/contact-editor/e-contact-editor.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/contact-editor/Makefile.am b/addressbook/contact-editor/Makefile.am
index 1016d38301..665a651f15 100644
--- a/addressbook/contact-editor/Makefile.am
+++ b/addressbook/contact-editor/Makefile.am
@@ -17,8 +17,6 @@ noinst_LIBRARIES = \
libecontacteditor_a_SOURCES = \
e-contact-editor-address.c \
e-contact-editor-address.h \
- e-contact-editor-categories.c \
- e-contact-editor-categories.h \
e-contact-editor-fullname.c \
e-contact-editor-fullname.h \
e-contact-editor.c \
diff --git a/addressbook/contact-editor/e-contact-editor.c b/addressbook/contact-editor/e-contact-editor.c
index 125ab38767..ee362dc2d1 100644
--- a/addressbook/contact-editor/e-contact-editor.c
+++ b/addressbook/contact-editor/e-contact-editor.c
@@ -29,6 +29,7 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk-pixbuf/gnome-canvas-pixbuf.h>
#include "e-util/e-gui-utils.h"
+#include <gal/widgets/e-categories.h>
#include <gal/widgets/e-gui-utils.h>
#include <gal/widgets/e-unicode.h>
#include <e-contact-save-as.h>