aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2007-03-01 22:37:40 +0800
committerTor Lillqvist <tml@src.gnome.org>2007-03-01 22:37:40 +0800
commit0418c66353c393bf557cf64bad425b4762ccc3fc (patch)
tree4424be2fc752d4240ea51c3040da0bb4d73b55ae /e-util/ChangeLog
parenteac374389583e7c45db9492b862d75203feba2af (diff)
downloadgsoc2013-evolution-0418c66353c393bf557cf64bad425b4762ccc3fc.tar
gsoc2013-evolution-0418c66353c393bf557cf64bad425b4762ccc3fc.tar.gz
gsoc2013-evolution-0418c66353c393bf557cf64bad425b4762ccc3fc.tar.bz2
gsoc2013-evolution-0418c66353c393bf557cf64bad425b4762ccc3fc.tar.lz
gsoc2013-evolution-0418c66353c393bf557cf64bad425b4762ccc3fc.tar.xz
gsoc2013-evolution-0418c66353c393bf557cf64bad425b4762ccc3fc.tar.zst
gsoc2013-evolution-0418c66353c393bf557cf64bad425b4762ccc3fc.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> * e-print.c (print_dialog_response) (e_print_get_dialog_with_config): 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=33271
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 9a56f259b4..44f2a067d3 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-01 Tor Lillqvist <tml@novell.com>
+
+ * e-print.c (print_dialog_response)
+ (e_print_get_dialog_with_config): 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-27 Jeff Cai <jeff.cai@sun.com>
* e-mktemp.c: (get_dir):