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.c | |
parent | 730bac3fbb1493d34b4a9d053ee94f740cc6af4b (diff) | |
download | gsoc2013-evolution-03f6e29a121581cc5e6fc8ec6132df55104f109d.tar.gz 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.c')
-rw-r--r-- | addressbook/gui/widgets/e-minicard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/e-minicard.c b/addressbook/gui/widgets/e-minicard.c index ed8034926b..0089adb5dd 100644 --- a/addressbook/gui/widgets/e-minicard.c +++ b/addressbook/gui/widgets/e-minicard.c @@ -311,7 +311,7 @@ e_minicard_unrealize (GnomeCanvasItem *item) static void card_changed_cb (EBook* book, EBookStatus status, gpointer user_data) { - g_print ("%s: %s(): a card was changed\n", __FILE__, __FUNCTION__); + g_print ("%s: %s(): a card was changed with status %d\n", __FILE__, __FUNCTION__, status); } static gboolean |