aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-12-10 19:06:13 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-12-10 19:06:13 +0800
commit6d87926c243f805696cbf37ec76cdb423a4a1acc (patch)
tree0577d72a17525fe182e8c786f95a66af5668dded /widgets/misc/ChangeLog
parentc29a83e4f64698491c2a379382f0fdcc6bfcbce8 (diff)
downloadgsoc2013-evolution-6d87926c243f805696cbf37ec76cdb423a4a1acc.tar
gsoc2013-evolution-6d87926c243f805696cbf37ec76cdb423a4a1acc.tar.gz
gsoc2013-evolution-6d87926c243f805696cbf37ec76cdb423a4a1acc.tar.bz2
gsoc2013-evolution-6d87926c243f805696cbf37ec76cdb423a4a1acc.tar.lz
gsoc2013-evolution-6d87926c243f805696cbf37ec76cdb423a4a1acc.tar.xz
gsoc2013-evolution-6d87926c243f805696cbf37ec76cdb423a4a1acc.tar.zst
gsoc2013-evolution-6d87926c243f805696cbf37ec76cdb423a4a1acc.zip
Removed the g_assert_not_reached(). If you hit the close button on your
2002-12-10 Not Zed <NotZed@Ximian.com> * e-multi-config-dialog.c (impl_response): Removed the g_assert_not_reached(). If you hit the close button on your window it would abort, treat same as close. svn path=/trunk/; revision=19083
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index de287fd8de..633bf06add 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,9 @@
+2002-12-10 Not Zed <NotZed@Ximian.com>
+
+ * e-multi-config-dialog.c (impl_response): Removed the
+ g_assert_not_reached(). If you hit the close button on your
+ window it would abort, treat same as close.
+
2002-12-09 Chris Toshok <toshok@ximian.com>
* e-clipped-label.[ch]: rework this to be faster and deal more