diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-26 19:07:40 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-26 19:07:40 +0800 |
commit | 0d05436f60454febcc50829f8150429976f8eaa4 (patch) | |
tree | f0a7d5a9c1ddb878bb5119e193f2afbb299c756b /addressbook/ChangeLog | |
parent | 3129c1cfe22db0c52b7ecd8ecc7023d58f6cf066 (diff) | |
download | gsoc2013-evolution-0d05436f60454febcc50829f8150429976f8eaa4.tar.gz gsoc2013-evolution-0d05436f60454febcc50829f8150429976f8eaa4.tar.zst gsoc2013-evolution-0d05436f60454febcc50829f8150429976f8eaa4.zip |
begin the new page after showing the last one. (complete_sequence):
2003-01-26 Chris Toshok <toshok@ximian.com>
* printing/e-contact-print.c (e_contact_start_new_page): begin the
new page after showing the last one.
(complete_sequence): beginpage before we start printing.
(e_contact_print_response): GtkDialog-ify this.
(e_contact_print_dialog_new): "clicked" -> "response".
(e_contact_print_card_dialog_new): same.
(e_contact_print_card_list_dialog_new): same.
svn path=/trunk/; revision=19633
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 11e118d214..05cdc5ee4c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,15 @@ 2003-01-26 Chris Toshok <toshok@ximian.com> + * printing/e-contact-print.c (e_contact_start_new_page): begin the + new page after showing the last one. + (complete_sequence): beginpage before we start printing. + (e_contact_print_response): GtkDialog-ify this. + (e_contact_print_dialog_new): "clicked" -> "response". + (e_contact_print_card_dialog_new): same. + (e_contact_print_card_list_dialog_new): same. + +2003-01-26 Chris Toshok <toshok@ximian.com> + * Makefile.am (CONDUIT_SUBDIR): enable this, as building the conduit works if you have gnome-pilot2. |