aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-05-05 08:56:34 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-05-05 08:56:34 +0800
commit31289d7eb3a248073fa138e0210976f44dd6fdff (patch)
treed245ee9ba67ee9573e682bc6e8d57438a1bb3337 /e-util/ChangeLog
parenta64932a7754dcbc5d10fd77ecce959eb32e642cd (diff)
downloadgsoc2013-evolution-31289d7eb3a248073fa138e0210976f44dd6fdff.tar
gsoc2013-evolution-31289d7eb3a248073fa138e0210976f44dd6fdff.tar.gz
gsoc2013-evolution-31289d7eb3a248073fa138e0210976f44dd6fdff.tar.bz2
gsoc2013-evolution-31289d7eb3a248073fa138e0210976f44dd6fdff.tar.lz
gsoc2013-evolution-31289d7eb3a248073fa138e0210976f44dd6fdff.tar.xz
gsoc2013-evolution-31289d7eb3a248073fa138e0210976f44dd6fdff.tar.zst
gsoc2013-evolution-31289d7eb3a248073fa138e0210976f44dd6fdff.zip
remove the assert, if we dont understand the response, assume it's a
2003-05-02 Not Zed <NotZed@Ximian.com> * e-request.c (e_request_string): remove the assert, if we dont understand the response, assume it's a cancel. GTK_RESPONSE_DELETE_EVENT wasn't handled [#42038]. svn path=/trunk/; revision=21100
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 08d7415d69..caa8a3fb05 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,9 @@
+2003-05-02 Not Zed <NotZed@Ximian.com>
+
+ * e-request.c (e_request_string): remove the assert, if we dont
+ understand the response, assume it's a cancel.
+ GTK_RESPONSE_DELETE_EVENT wasn't handled [#42038].
+
2003-04-30 Ettore Perazzoli <ettore@ximian.com>
* e-request.c (e_request_string): Handle GTK_RESPONSE_NONE.