aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-02-25 06:15:26 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-02-25 06:15:26 +0800
commitafea60336c6d2bf2e50cfba7c839d5cfd4168581 (patch)
tree40fb1aa932d12aa1056419998ee57eb8cf4033aa /composer/ChangeLog
parent910eaf99d2cc3e0d7de73973b2047755a9a00fa7 (diff)
downloadgsoc2013-evolution-afea60336c6d2bf2e50cfba7c839d5cfd4168581.tar
gsoc2013-evolution-afea60336c6d2bf2e50cfba7c839d5cfd4168581.tar.gz
gsoc2013-evolution-afea60336c6d2bf2e50cfba7c839d5cfd4168581.tar.bz2
gsoc2013-evolution-afea60336c6d2bf2e50cfba7c839d5cfd4168581.tar.lz
gsoc2013-evolution-afea60336c6d2bf2e50cfba7c839d5cfd4168581.tar.xz
gsoc2013-evolution-afea60336c6d2bf2e50cfba7c839d5cfd4168581.tar.zst
gsoc2013-evolution-afea60336c6d2bf2e50cfba7c839d5cfd4168581.zip
Make sure the url is != NULL? I can't think of anything else in this code
2003-02-24 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (drag_data_received): Make sure the url is != NULL? I can't think of anything else in this code that could possibly cause bug #38382. svn path=/trunk/; revision=20046
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index b75a6c472d..836a4ec441 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,5 +1,9 @@
2003-02-24 Jeffrey Stedfast <fejj@ximian.com>
+ * e-msg-composer.c (drag_data_received): Make sure the url is !=
+ NULL? I can't think of anything else in this code that could
+ possibly cause bug #38382.
+
* e-msg-composer-attachment-bar.c (pixbuf_for_mime_type): Fixed a
memory leak.