diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-16 17:04:02 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-16 17:04:02 +0800 |
commit | 03f6e29a121581cc5e6fc8ec6132df55104f109d (patch) | |
tree | 3aa6a118f63aaf24f7c46aebdfcf32a166a29a7a /addressbook/gui/widgets/e-minicard-view.h | |
parent | 730bac3fbb1493d34b4a9d053ee94f740cc6af4b (diff) | |
download | gsoc2013-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.h | 2 |
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; }; |