aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2007-03-01 22:37:05 +0800
committerTor Lillqvist <tml@src.gnome.org>2007-03-01 22:37:05 +0800
commiteac374389583e7c45db9492b862d75203feba2af (patch)
tree74797c25a861b429fb60d89cfdcc6294de4756fa /addressbook/ChangeLog
parentdfb8c61df838c14a311f218a35390e9fae7735fc (diff)
downloadgsoc2013-evolution-eac374389583e7c45db9492b862d75203feba2af.tar
gsoc2013-evolution-eac374389583e7c45db9492b862d75203feba2af.tar.gz
gsoc2013-evolution-eac374389583e7c45db9492b862d75203feba2af.tar.bz2
gsoc2013-evolution-eac374389583e7c45db9492b862d75203feba2af.tar.lz
gsoc2013-evolution-eac374389583e7c45db9492b862d75203feba2af.tar.xz
gsoc2013-evolution-eac374389583e7c45db9492b862d75203feba2af.tar.zst
gsoc2013-evolution-eac374389583e7c45db9492b862d75203feba2af.zip
Bypass the body of these functions on non-G_OS_UNIX for now as they use
2007-03-01 Tor Lillqvist <tml@novell.com> * gui/widgets/e-addressbook-view.c (e_contact_print_button): * printing/e-contact-print.c (e_contact_print_response): Bypass the body of these functions on non-G_OS_UNIX for now as they use gtk_print_unix_dialog_get_settings(). Gtk printing on Win32 needs work. svn path=/trunk/; revision=33270
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index aa827c0384..f1ec0cc4d9 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-01 Tor Lillqvist <tml@novell.com>
+
+ * gui/widgets/e-addressbook-view.c (e_contact_print_button):
+ * printing/e-contact-print.c (e_contact_print_response):
+ Bypass the body of these functions on non-G_OS_UNIX for now as
+ they use gtk_print_unix_dialog_get_settings(). Gtk printing on
+ Win32 needs work.
+
2007-02-26 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #232065