From 03f6e29a121581cc5e6fc8ec6132df55104f109d Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 16 May 2000 09:04:02 +0000 Subject: Got rid of a memory leak. Rearranged a couple functions. 2000-05-16 Christopher James Lahey * contact-editor/e-contact-editor-categories.c: Got rid of a memory leak. Rearranged a couple functions. * gui/minicard/e-minicard-view.c, gui/minicard/e-minicard-view.h: Added some code to stop watching the EBook when the canvas is destroyed (apparently the canvas is destroyed before our widget is destroyed.) svn path=/trunk/; revision=3076 --- addressbook/gui/minicard/e-minicard-view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/minicard/e-minicard-view.h') diff --git a/addressbook/gui/minicard/e-minicard-view.h b/addressbook/gui/minicard/e-minicard-view.h index ab0eeb892d..780b0dde33 100644 --- a/addressbook/gui/minicard/e-minicard-view.h +++ b/addressbook/gui/minicard/e-minicard-view.h @@ -70,6 +70,8 @@ struct _EMinicardView int get_view_idle; + int canvas_destroy_id; + int create_card_id, remove_card_id, modify_card_id; }; -- cgit