After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 380167 - Work week view prints week view
Work week view prints week view
Status: RESOLVED DUPLICATE of bug 240302
Product: evolution
Classification: Applications
Component: Calendar
2.22.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
: 550865 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-11-28 15:06 UTC by Matthew Barnes
Modified: 2008-09-05 10:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthew Barnes 2006-11-28 15:06:45 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
Comment 1 Matthew Barnes 2006-11-28 15:09:42 UTC
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.
Comment 2 Luigi de Guzman 2007-08-05 04:09:29 UTC
confirmed in Evolution 2.10.1.

It seems this has been the case or open since 2.6.*  ?
Comment 3 gerhard.rauniak 2008-07-02 18:28:47 UTC
Still valid in Evolution 2.22
Comment 4 Akhil Laddha 2008-09-05 04:24:46 UTC
*** Bug 550865 has been marked as a duplicate of this bug. ***
Comment 5 Akhil Laddha 2008-09-05 04:25:52 UTC
Matt, i guess bug 240302 is dup
Comment 6 Matthew Barnes 2008-09-05 10:56:14 UTC

*** This bug has been marked as a duplicate of 240302 ***