GNOME Bugzilla – Bug 380167
Work week view prints week view
Last modified: 2008-09-05 10:56:14 UTC
Forwarding this from a downstream bug report: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=215886 Description of problem: printing work week view and week view got same result. Pls refer to attached screenshots. Version-Release number of selected component (if applicable): evolution-2.8.0-11.el5 RHEL5-Client-20061111.0 How reproducible: Always Steps to Reproduce: 1.Launch Calendars. 2.Click Work Week button to show the working week view, print it. 3.Click Week button to show one week view, print it. Actual results: The printed pages are same. Expected results: Additional info: Screenshot (print preview of work week view): http://bugzilla.redhat.com/bugzilla/attachment.cgi?id=141344 Screenshot (print preview of week view): http://bugzilla.redhat.com/bugzilla/attachment.cgi?id=141345
It would seem that Evolution is not currently designed to distinguish between week view and work week view when printing. In calendars/calendar-commands.c:print() we have: switch (view_type) { ... case GNOME_CAL_WORK_WEEK_VIEW: case GNOME_CAL_WEEK_VIEW: print_view = PRINT_VIEW_WEEK; break; ... } print_calendar (gcal, preview, start, print_view); So while this is not a bug in the code, it's also not what a user would expect to get when printing from the work week view.
confirmed in Evolution 2.10.1. It seems this has been the case or open since 2.6.* ?
Still valid in Evolution 2.22
*** Bug 550865 has been marked as a duplicate of this bug. ***
Matt, i guess bug 240302 is dup
*** This bug has been marked as a duplicate of 240302 ***