diff options
author | Milan Crha <mcrha@redhat.com> | 2008-01-10 19:32:41 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-01-10 19:32:41 +0800 |
commit | e562721c90b84a425ffcf230e802da0a3e751599 (patch) | |
tree | dba8293e0cbcec83256a8586c139f48f7de25729 /calendar/ChangeLog | |
parent | dd7bad07415b4b2a46d3bae6236838d52334f6fb (diff) | |
download | gsoc2013-evolution-e562721c90b84a425ffcf230e802da0a3e751599.tar gsoc2013-evolution-e562721c90b84a425ffcf230e802da0a3e751599.tar.gz gsoc2013-evolution-e562721c90b84a425ffcf230e802da0a3e751599.tar.bz2 gsoc2013-evolution-e562721c90b84a425ffcf230e802da0a3e751599.tar.lz gsoc2013-evolution-e562721c90b84a425ffcf230e802da0a3e751599.tar.xz gsoc2013-evolution-e562721c90b84a425ffcf230e802da0a3e751599.tar.zst gsoc2013-evolution-e562721c90b84a425ffcf230e802da0a3e751599.zip |
** Fix for bug #457842
2008-01-10 Milan Crha <mcrha@redhat.com>
** Fix for bug #457842
* gui/e-week-view-event-item.c: (e_week_view_event_item_double_click):
* gui/e-week-view.c: (e_week_view_start_editing_event):
Do not call edit/start editing of the event when double clicked
on the same component as is actually editing.
* gui/calendar-commands.c: (gcal_calendar_selection_changed_cb):
Removed forgotten printf call.
svn path=/trunk/; revision=34789
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 13918e0985..cb95e8f516 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2008-01-10 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #457842 + + * gui/e-week-view-event-item.c: (e_week_view_event_item_double_click): + * gui/e-week-view.c: (e_week_view_start_editing_event): + Do not call edit/start editing of the event when double clicked + on the same component as is actually editing. + + * gui/calendar-commands.c: (gcal_calendar_selection_changed_cb): + Removed forgotten printf call. + 2008-01-06 Michael Monreal <michael.monreal@gmx.net> ** Fix for bug #492188 |