aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-07-28 06:45:14 +0800
committerChris Toshok <toshok@src.gnome.org>2003-07-28 06:45:14 +0800
commit4760e74c24bade2a70b827fabc8c7f8c1fc6b6e9 (patch)
treee22e328760c9087e584f8dddf1bc12a1dc6d88d4 /addressbook/ChangeLog
parente4d561f13872be08a4f4dcb354f8d0697e8ddef0 (diff)
downloadgsoc2013-evolution-4760e74c24bade2a70b827fabc8c7f8c1fc6b6e9.tar
gsoc2013-evolution-4760e74c24bade2a70b827fabc8c7f8c1fc6b6e9.tar.gz
gsoc2013-evolution-4760e74c24bade2a70b827fabc8c7f8c1fc6b6e9.tar.bz2
gsoc2013-evolution-4760e74c24bade2a70b827fabc8c7f8c1fc6b6e9.tar.lz
gsoc2013-evolution-4760e74c24bade2a70b827fabc8c7f8c1fc6b6e9.tar.xz
gsoc2013-evolution-4760e74c24bade2a70b827fabc8c7f8c1fc6b6e9.tar.zst
gsoc2013-evolution-4760e74c24bade2a70b827fabc8c7f8c1fc6b6e9.zip
deal with "uses_list". Fixes #30839. (e_contact_print_dialog_new): use
2003-07-23 Chris Toshok <toshok@ximian.com> * printing/e-contact-print.c (e_contact_print_response): deal with "uses_list". Fixes #30839. (e_contact_print_dialog_new): use GINT_TO_POINTER instead of casting to void*, and set "uses_list" to FALSE. (e_contact_print_card_dialog_new): same. (e_contact_print_card_list_dialog_new): same, but set "uses_list" to TRUE. svn path=/trunk/; revision=21987
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index e8738d1d8b..efc716220e 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,15 @@
2003-07-23 Chris Toshok <toshok@ximian.com>
+ * printing/e-contact-print.c (e_contact_print_response): deal with
+ "uses_list". Fixes #30839.
+ (e_contact_print_dialog_new): use GINT_TO_POINTER instead of
+ casting to void*, and set "uses_list" to FALSE.
+ (e_contact_print_card_dialog_new): same.
+ (e_contact_print_card_list_dialog_new): same, but set "uses_list"
+ to TRUE.
+
+2003-07-23 Chris Toshok <toshok@ximian.com>
+
* backend/ebook/e-book.c (e_book_dispose): fix a typo.
2003-07-22 Akira TAGOH <tagoh@redhat.com>