aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-minicard-view.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-16 17:04:02 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-16 17:04:02 +0800
commit03f6e29a121581cc5e6fc8ec6132df55104f109d (patch)
tree3aa6a118f63aaf24f7c46aebdfcf32a166a29a7a /addressbook/gui/widgets/e-minicard-view.h
parent730bac3fbb1493d34b4a9d053ee94f740cc6af4b (diff)
downloadgsoc2013-evolution-03f6e29a121581cc5e6fc8ec6132df55104f109d.tar
gsoc2013-evolution-03f6e29a121581cc5e6fc8ec6132df55104f109d.tar.gz
gsoc2013-evolution-03f6e29a121581cc5e6fc8ec6132df55104f109d.tar.bz2
gsoc2013-evolution-03f6e29a121581cc5e6fc8ec6132df55104f109d.tar.lz
gsoc2013-evolution-03f6e29a121581cc5e6fc8ec6132df55104f109d.tar.xz
gsoc2013-evolution-03f6e29a121581cc5e6fc8ec6132df55104f109d.tar.zst
gsoc2013-evolution-03f6e29a121581cc5e6fc8ec6132df55104f109d.zip
Got rid of a memory leak. Rearranged a couple functions.
2000-05-16 Christopher James Lahey <clahey@helixcode.com> * 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
Diffstat (limited to 'addressbook/gui/widgets/e-minicard-view.h')
-rw-r--r--addressbook/gui/widgets/e-minicard-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-minicard-view.h b/addressbook/gui/widgets/e-minicard-view.h
index ab0eeb892d..780b0dde33 100644
--- a/addressbook/gui/widgets/e-minicard-view.h
+++ b/addressbook/gui/widgets/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;
};