diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-22 05:05:13 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-22 05:05:13 +0800 |
commit | ca1b5bd325a2054597548fda181de793aece23e3 (patch) | |
tree | 8e33d33aa8a799774ff6f5c984c601559bc344ac /addressbook/ChangeLog | |
parent | 1963958705b84314e2d2ba785bcadec8caa904e9 (diff) | |
download | gsoc2013-evolution-ca1b5bd325a2054597548fda181de793aece23e3.tar.gz gsoc2013-evolution-ca1b5bd325a2054597548fda181de793aece23e3.tar.zst gsoc2013-evolution-ca1b5bd325a2054597548fda181de793aece23e3.zip |
Fixes #46404
2005-01-21 JP Rosevear <jpr@novell.com>
Fixes #46404
* gui/widgets/e-addressbook-view.c (eab_view_print): just show the
dialog, not show all (margin settings aren't supposed to be used);
use e_print to get the dialog
(eab_view_print_preview): use e_print config for previewing
* printing/e-contact-print.c (e_contact_print_preview): get the
e_print config for previewing
(e_contact_print_contact_dialog_new): use e_print to get the
print dialog
* printing/e-contact-print-envelope.c
(e_contact_print_envelope_dialog_new): use e_print to get the
print dialog
svn path=/trunk/; revision=28496
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 88493e671d..cc9a75f940 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,21 @@ +2005-01-21 JP Rosevear <jpr@novell.com> + + Fixes #46404 + + * gui/widgets/e-addressbook-view.c (eab_view_print): just show the + dialog, not show all (margin settings aren't supposed to be used); + use e_print to get the dialog + (eab_view_print_preview): use e_print config for previewing + + * printing/e-contact-print.c (e_contact_print_preview): get the + e_print config for previewing + (e_contact_print_contact_dialog_new): use e_print to get the + print dialog + + * printing/e-contact-print-envelope.c + (e_contact_print_envelope_dialog_new): use e_print to get the + print dialog + 2005-01-21 Hans Petter Jansson <hpj@novell.com> * gui/contact-editor/e-contact-quick-add.c (quick_add_set_name) |