aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing/e-contact-print.c
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/printing/e-contact-print.c
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/printing/e-contact-print.c')
-rw-r--r--addressbook/printing/e-contact-print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/printing/e-contact-print.c b/addressbook/printing/e-contact-print.c
index b386b3bd31..7f94cf05ec 100644
--- a/addressbook/printing/e-contact-print.c
+++ b/addressbook/printing/e-contact-print.c
@@ -439,7 +439,7 @@ e_contact_get_card_size(ECardSimple *simple, EContactPrintContext *ctxt)
}
height += gnome_font_get_size (ctxt->style->headings_font) * .4;
- g_message ("%s %g", e_card_simple_get (simple, E_CARD_SIMPLE_FIELD_FILE_AS), height);
+ /* g_message ("%s %g", e_card_simple_get (simple, E_CARD_SIMPLE_FIELD_FILE_AS), height); */
return height;
}