diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-10-01 15:31:14 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-10-01 15:31:14 +0800 |
commit | ecd38612b666a4f6f0edb2c21d1cd9769ce1d89e (patch) | |
tree | 629f28bbd0582478014d74c71ba1e8e3f9fbac57 /calendar/ChangeLog | |
parent | 820e1591fd4d6248dbea6d9e2b010373299cbaf5 (diff) | |
download | gsoc2013-evolution-ecd38612b666a4f6f0edb2c21d1cd9769ce1d89e.tar.gz gsoc2013-evolution-ecd38612b666a4f6f0edb2c21d1cd9769ce1d89e.tar.zst gsoc2013-evolution-ecd38612b666a4f6f0edb2c21d1cd9769ce1d89e.zip |
2007-10-01 mcrha Fix for bug #342283
svn path=/trunk/; revision=34339
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 026e2f3ae5..ca17af6e3c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,15 @@ 2007-10-01 Milan Crha <mcrha@redhat.com> + ** Fix for bug #342283 + + * gui/calendar-commands.h: (calendar_command_print): New function. + * gui/calendar-commands.c: (calendar_command_print), (file_print_cb), + (file_print_preview_cb): + * gui/e-calendar-view.c: (on_print): + Behaves consistently when printing from File->Print and popup->Print. + +2007-10-01 Milan Crha <mcrha@redhat.com> + ** Fix for bug #230339 * gui/print.c: (print_day_event): Print also location, if present. |