aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
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
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')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/backend/pas/pas-backend-file.c2
-rw-r--r--addressbook/contact-editor/Makefile.am2
-rw-r--r--addressbook/contact-editor/e-contact-editor.c1
-rw-r--r--addressbook/gui/contact-editor/Makefile.am2
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c1
6 files changed, 8 insertions, 5 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 6f96dbba45..ccfd805b97 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2001-01-03 Michael Meeks <michael@helixcode.com>
* gui/widgets/e-addressbook-model.c (get_view): check
diff --git a/addressbook/backend/pas/pas-backend-file.c b/addressbook/backend/pas/pas-backend-file.c
index 98f1962bd5..cfe7c90ab8 100644
--- a/addressbook/backend/pas/pas-backend-file.c
+++ b/addressbook/backend/pas/pas-backend-file.c
@@ -115,7 +115,7 @@ pas_backend_file_book_view_free(PASBackendFileBookView *book_view, void *closure
{
g_free(book_view->search);
if (book_view->search_sexp)
- gtk_object_unref(GTK_OBJECT(book_view->search_sexp));
+ e_sexp_unref (book_view->search_sexp);
g_free(book_view->search_context);
g_free(book_view->change_id);
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>
diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am
index 1016d38301..665a651f15 100644
--- a/addressbook/gui/contact-editor/Makefile.am
+++ b/addressbook/gui/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/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 125ab38767..ee362dc2d1 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/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>