diff options
author | JP Rosevear <jpr@novell.com> | 2004-07-22 21:09:32 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-07-22 21:09:32 +0800 |
commit | 1e7002dcb80baed55cef60886ec64fda65756153 (patch) | |
tree | 9ea42d685c812fd090b85d913bdcaba09e0179d9 /calendar/ChangeLog | |
parent | 42d2869230bcf0557ea0addb9b17f1fc7c9dc7d2 (diff) | |
download | gsoc2013-evolution-1e7002dcb80baed55cef60886ec64fda65756153.tar.gz gsoc2013-evolution-1e7002dcb80baed55cef60886ec64fda65756153.tar.zst gsoc2013-evolution-1e7002dcb80baed55cef60886ec64fda65756153.zip |
Fixes #61776
2004-07-21 JP Rosevear <jpr@novell.com>
Fixes #61776
* gui/e-calendar-table.c (clipboard_get_text_cb): make sure the
text is not NULL
svn path=/trunk/; revision=26702
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e80cb59db7..dc6d6d2a04 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,4 +1,11 @@ 2004-07-21 JP Rosevear <jpr@novell.com> + + Fixes #61776 + + * gui/e-calendar-table.c (clipboard_get_text_cb): make sure the + text is not NULL + +2004-07-21 JP Rosevear <jpr@novell.com> Fixes #61738 |