diff options
author | Milan Crha <mcrha@redhat.com> | 2008-01-17 17:59:50 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-01-17 17:59:50 +0800 |
commit | 9dcaf525dc975c1d3bbc9505f62ba8d5c80e3764 (patch) | |
tree | 102e917c2d2e723a16de9168e8cb9bbb66ed7214 /calendar/ChangeLog | |
parent | 864ab0d253bf176f999792bf67bd590a37a9883b (diff) | |
download | gsoc2013-evolution-9dcaf525dc975c1d3bbc9505f62ba8d5c80e3764.tar.gz gsoc2013-evolution-9dcaf525dc975c1d3bbc9505f62ba8d5c80e3764.tar.zst gsoc2013-evolution-9dcaf525dc975c1d3bbc9505f62ba8d5c80e3764.zip |
** Fix for bug #509879
2008-01-17 Milan Crha <mcrha@redhat.com>
** Fix for bug #509879
* gui/e-memos.c: (struct _EMemosPrivate), (update_view_cb),
(setup_widgets), (e_memos_destroy):
Drop code to clear memo preview every 60 seconds.
svn path=/trunk/; revision=34844
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 11dcd44688..d333e90f5d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2008-01-17 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #509879 + + * gui/e-memos.c: (struct _EMemosPrivate), (update_view_cb), + (setup_widgets), (e_memos_destroy): + Drop code to clear memo preview every 60 seconds. + 2008-01-17 Suman Manjunath <msuman@novell.com> ** Fix for bug #426159 |