aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2003-02-26 08:07:41 +0800
committerHans Petter <hansp@src.gnome.org>2003-02-26 08:07:41 +0800
commit1bc1b31cc0bb9cd102da768b3d6a32f7fbe02fc2 (patch)
treeb580d9c04007c61466daaffaacd1a040e548c340 /calendar/ChangeLog
parent14f14718af6672af0014d65a1b01ae61f1fd24ee (diff)
downloadgsoc2013-evolution-1bc1b31cc0bb9cd102da768b3d6a32f7fbe02fc2.tar
gsoc2013-evolution-1bc1b31cc0bb9cd102da768b3d6a32f7fbe02fc2.tar.gz
gsoc2013-evolution-1bc1b31cc0bb9cd102da768b3d6a32f7fbe02fc2.tar.bz2
gsoc2013-evolution-1bc1b31cc0bb9cd102da768b3d6a32f7fbe02fc2.tar.lz
gsoc2013-evolution-1bc1b31cc0bb9cd102da768b3d6a32f7fbe02fc2.tar.xz
gsoc2013-evolution-1bc1b31cc0bb9cd102da768b3d6a32f7fbe02fc2.tar.zst
gsoc2013-evolution-1bc1b31cc0bb9cd102da768b3d6a32f7fbe02fc2.zip
Use fixed margins of 5% of page width/height. This is the same cheat as
2003-02-25 Hans Petter Jansson <hpj@ximian.com> * gui/print.c (print_calendar): Use fixed margins of 5% of page width/height. This is the same cheat as gtkhtml employs to get around the fact that GNOME_PRINT_KEY_PAGE_MARGIN_* don't return useful values (I think). It sort of sucks, but is better than no margins at all. (print_comp): Ditto. svn path=/trunk/; revision=20066
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index a0f464fe50..1037b89039 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,14 @@
2003-02-25 Hans Petter Jansson <hpj@ximian.com>
+ * gui/print.c (print_calendar): Use fixed margins of 5% of page
+ width/height. This is the same cheat as gtkhtml employs to get
+ around the fact that GNOME_PRINT_KEY_PAGE_MARGIN_* don't return
+ useful values (I think). It sort of sucks, but is better than
+ no margins at all.
+ (print_comp): Ditto.
+
+2003-02-25 Hans Petter Jansson <hpj@ximian.com>
+
* gui/calendar-config.c (calendar_config_get_default_view): Get
default view from correct key.