aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/print.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-01-15 19:19:25 +0800
committerMilan Crha <mcrha@src.gnome.org>2009-01-15 19:19:25 +0800
commitda073416c7611f821410cd18bdc5751b43b64d91 (patch)
tree5bf48a7d405b81cba50d216277e938e1d923e9b7 /calendar/gui/print.c
parent2d7b7292bc6ecfc8ab724803e8d2d464d3810eec (diff)
downloadgsoc2013-evolution-da073416c7611f821410cd18bdc5751b43b64d91.tar.gz
gsoc2013-evolution-da073416c7611f821410cd18bdc5751b43b64d91.tar.zst
gsoc2013-evolution-da073416c7611f821410cd18bdc5751b43b64d91.zip
** Fix for bug #246313
2009-01-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #246313 * gui/e-day-view.c: (e_day_view_check_if_new_event_fits): Removed. * gui/e-day-view.h: (struct _EDayView): * gui/e-day-view.c: (e_day_view_init), (e_day_view_size_allocate), (e_day_view_recalc_main_canvas_size), (e_day_view_recalc_cell_sizes), (e_day_view_update_scroll_regions), (e_day_view_check_layout): * gui/e-day-view-layout.h: (e_day_view_layout_day_events): * gui/e-day-view-layout.c: (e_day_view_layout_day_events), (e_day_view_layout_day_event), (e_day_view_expand_day_event): Added ability to show all event in one-day view, but show only up to 6 columns in a multi-day view. * gui/print.c: (print_day_details): Always print all events. svn path=/trunk/; revision=37077
Diffstat (limited to 'calendar/gui/print.c')
-rw-r--r--calendar/gui/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/print.c b/calendar/gui/print.c
index 33c45ab6c4..a60d1e93d8 100644
--- a/calendar/gui/print.c
+++ b/calendar/gui/print.c
@@ -1335,7 +1335,7 @@ print_day_details (GtkPrintContext *context, GnomeCalendar *gcal, time_t whence,
/* lay out the short events, within the day. */
e_day_view_layout_day_events (pdi.events[0], DAY_VIEW_ROWS,
- DAY_VIEW_MINS_PER_ROW, pdi.cols_per_row);
+ DAY_VIEW_MINS_PER_ROW, pdi.cols_per_row, -1);
/* print the short events. */
if (top > bottom )
d>1-2/+2 * Chase the dbus shared lib version.marcus2006-01-011-1/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * - Change second category to be net-impav2005-11-101-1/+1 * Move instant messaging related ports to newly created net-im category:pav2005-11-091-1/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1 * - Update to 2.2.8pav2005-10-081-66/+79 * - Update to to 2.2.5 (thanks to Matthew Luckie <mjl@luckie.org.nz> for testin...flz2005-04-111-4/+6 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1 * - Update to 2.2.4pav2005-01-281-53/+56 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1 * - Update to 2.0.3pav2004-07-221-1/+2 * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1 * - Update to 2.0.2pav2004-05-111-3/+6 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1 * - Update to 2.0pre8pav2004-04-021-2/+8 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * - Update to 2.0 pre7pav2004-03-031-3/+3 * - Fix Makefile logic: enter src/plugins/sound subdir when external sound pluginpav2004-02-181-4/+0 * BROKEN on 5.x: broken pkg-plistkris2004-02-181-0/+4 * - Fix desktop iconpav2004-02-141-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * - Chase libraries because of new loudmouth versionkrion2004-01-231-1/+1 * - Update to version 2.0.p6krion2004-01-221-2/+2 * Add gnugadu 2.0 pre5 after repocopy from polish/gnugadu.pav2004-01-161-36/+129 * - Update the Categories after Repocopy.arved2003-08-191-1/+1 * - update to 1.0.0petef2003-05-111-30/+31 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * De-pkg-comment.knu2003-02-211-0/+1 * Fix unassociated shell command.nork2002-12-111-1/+2 * Fix unassociated shell command.nork2002-12-111-1/+0 * - upgrade to version 0.2.2sada2002-11-111-1/+15 * Deploy USE_GNOMENG infrastructurelioux2002-09-031-4/+6