aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/load-pine-addressbook.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-21 15:23:58 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-21 15:23:58 +0800
commit4cad7642441dd6e78080ed0c1615c8f2108dfb93 (patch)
tree4cd2d41860384aeb88079ca2c738655eb3331c4a /addressbook/backend/ebook/load-pine-addressbook.c
parent1771bc9932db7343e284d38507b7d639feafd750 (diff)
downloadgsoc2013-evolution-4cad7642441dd6e78080ed0c1615c8f2108dfb93.tar
gsoc2013-evolution-4cad7642441dd6e78080ed0c1615c8f2108dfb93.tar.gz
gsoc2013-evolution-4cad7642441dd6e78080ed0c1615c8f2108dfb93.tar.bz2
gsoc2013-evolution-4cad7642441dd6e78080ed0c1615c8f2108dfb93.tar.lz
gsoc2013-evolution-4cad7642441dd6e78080ed0c1615c8f2108dfb93.tar.xz
gsoc2013-evolution-4cad7642441dd6e78080ed0c1615c8f2108dfb93.tar.zst
gsoc2013-evolution-4cad7642441dd6e78080ed0c1615c8f2108dfb93.zip
Oh my god! Chris Lahey killed Kenny! You bastard!
Well, not anymore. Yes. That's right. We can stop calling the wombat Kenny now. It doesn't seem to crash anymore when exiting evolution after selecting an addressbook card. Having to write reentrant code with list iterations is fun. Have fun, all. 2000-09-21 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/load-pine-addressbook.c: Added a missing include of ctype.h. * backend/pas/pas-backend-file.c: Fixed a problem where using a GList was causing us to not be reentrant. We now use an EList here and so now this is reentrant. This should fix the "wombat crashes every time you run evolution" bug. * contact-editor/e-contact-editor.c: Fixed a type mismatch. svn path=/trunk/; revision=5534
Diffstat (limited to 'addressbook/backend/ebook/load-pine-addressbook.c')
-rw-r--r--addressbook/backend/ebook/load-pine-addressbook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/load-pine-addressbook.c b/addressbook/backend/ebook/load-pine-addressbook.c
index 073c35c915..30fda41be4 100644
--- a/addressbook/backend/ebook/load-pine-addressbook.c
+++ b/addressbook/backend/ebook/load-pine-addressbook.c
@@ -6,6 +6,7 @@
#include <stdio.h>
#include <e-book.h>
+#include <ctype.h>
static CORBA_Environment ev;