From 4cad7642441dd6e78080ed0c1615c8f2108dfb93 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 21 Sep 2000 07:23:58 +0000 Subject: 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 * 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 --- addressbook/contact-editor/e-contact-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/contact-editor') diff --git a/addressbook/contact-editor/e-contact-editor.c b/addressbook/contact-editor/e-contact-editor.c index 0207196459..07c4bf9dc3 100644 --- a/addressbook/contact-editor/e-contact-editor.c +++ b/addressbook/contact-editor/e-contact-editor.c @@ -741,7 +741,7 @@ create_ui (EContactEditor *ce) char *fname; xmlNode *ui; BonoboUIComponent *component; - Bonobo_UIContainer *container; + Bonobo_UIContainer container; component = bonobo_ui_compat_get_component (ce->uih); container = bonobo_ui_compat_get_container (ce->uih); -- cgit v1.2.3