diff options
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 7 |
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 |