aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-23 07:32:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-23 07:32:15 +0800
commit6e0ef227eeba9219ad5e49afd6f9d3dbb31ecf39 (patch)
treecddde1a1f8d85576ef0e2e15e6ba90680489032e /composer/ChangeLog
parent22a346a7e4314788bdaa54f930c5b6737d598cd2 (diff)
downloadgsoc2013-evolution-6e0ef227eeba9219ad5e49afd6f9d3dbb31ecf39.tar
gsoc2013-evolution-6e0ef227eeba9219ad5e49afd6f9d3dbb31ecf39.tar.gz
gsoc2013-evolution-6e0ef227eeba9219ad5e49afd6f9d3dbb31ecf39.tar.bz2
gsoc2013-evolution-6e0ef227eeba9219ad5e49afd6f9d3dbb31ecf39.tar.lz
gsoc2013-evolution-6e0ef227eeba9219ad5e49afd6f9d3dbb31ecf39.tar.xz
gsoc2013-evolution-6e0ef227eeba9219ad5e49afd6f9d3dbb31ecf39.tar.zst
gsoc2013-evolution-6e0ef227eeba9219ad5e49afd6f9d3dbb31ecf39.zip
Removed a lot of extra g_return_if_fail's that we don't need (if we are
2002-07-22 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c: Removed a lot of extra g_return_if_fail's that we don't need (if we are going to check if the pointer is a a composer widget using the gtk type-check macros, then there is no need to first check that it isn't NULL). svn path=/trunk/; revision=17537
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 03188148b6..0fb25d1c2f 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,10 @@
+2002-07-22 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-msg-composer.c: Removed a lot of extra g_return_if_fail's that
+ we don't need (if we are going to check if the pointer is a a
+ composer widget using the gtk type-check macros, then there is no
+ need to first check that it isn't NULL).
+
2002-07-22 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c: removed Insert File menu item