aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-10-30 09:33:03 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-10-30 09:33:03 +0800
commit11de06a775a47ed6eae672b82e1fbf143550af29 (patch)
tree173f0c71d50d1ac5c239051233761ee51fbee640 /addressbook/ChangeLog
parentb14590968a2d3fe382797c608046afdeb93538b8 (diff)
downloadgsoc2013-evolution-11de06a775a47ed6eae672b82e1fbf143550af29.tar
gsoc2013-evolution-11de06a775a47ed6eae672b82e1fbf143550af29.tar.gz
gsoc2013-evolution-11de06a775a47ed6eae672b82e1fbf143550af29.tar.bz2
gsoc2013-evolution-11de06a775a47ed6eae672b82e1fbf143550af29.tar.lz
gsoc2013-evolution-11de06a775a47ed6eae672b82e1fbf143550af29.tar.xz
gsoc2013-evolution-11de06a775a47ed6eae672b82e1fbf143550af29.tar.zst
gsoc2013-evolution-11de06a775a47ed6eae672b82e1fbf143550af29.zip
Check that our BonoboUIComponent has a container so we don't get a lot of
2001-10-29 Jon Trowbridge <trow@ximian.com> * gui/component/addressbook.c (update_command_state): Check that our BonoboUIComponent has a container so we don't get a lot of annoying debug spew. * printing/smallbook.ecps: Fixed fonts. * printing/phonelist.ecps: Fixed fonts. * printing/medbook.ecps: Fixed fonts. * printing/e-contact-print.c (e_contact_get_card_size): Commented out spew. * gui/widgets/e-minicard.c (remodel): Check that e_minicard->card != NULL. svn path=/trunk/; revision=14391
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 238e55a82f..439418d246 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,23 @@
2001-10-29 Jon Trowbridge <trow@ximian.com>
+ * gui/component/addressbook.c (update_command_state): Check that
+ our BonoboUIComponent has a container so we don't get a lot of
+ annoying debug spew.
+
+ * printing/smallbook.ecps: Fixed fonts.
+
+ * printing/phonelist.ecps: Fixed fonts.
+
+ * printing/medbook.ecps: Fixed fonts.
+
+ * printing/e-contact-print.c (e_contact_get_card_size): Commented
+ out spew.
+
+ * gui/widgets/e-minicard.c (remodel): Check that e_minicard->card
+ != NULL.
+
+2001-10-29 Jon Trowbridge <trow@ximian.com>
+
* gui/component/select-names/e-select-names-completion.c
(e_select_names_completion_destroy): We were using
book_data->book_view immediately after unrefing it. Reordered the