diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-02 06:23:40 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-02 06:23:40 +0800 |
commit | 9634666fca1347da1378ebbe574cb879f3fc474e (patch) | |
tree | 183d82d4ea6c0af306c01b8a14de8ba7e1f1afa8 /composer/ChangeLog | |
parent | 61230561ce082a5f604201748caa7942668ec46a (diff) | |
download | gsoc2013-evolution-9634666fca1347da1378ebbe574cb879f3fc474e.tar gsoc2013-evolution-9634666fca1347da1378ebbe574cb879f3fc474e.tar.gz gsoc2013-evolution-9634666fca1347da1378ebbe574cb879f3fc474e.tar.bz2 gsoc2013-evolution-9634666fca1347da1378ebbe574cb879f3fc474e.tar.lz gsoc2013-evolution-9634666fca1347da1378ebbe574cb879f3fc474e.tar.xz gsoc2013-evolution-9634666fca1347da1378ebbe574cb879f3fc474e.tar.zst gsoc2013-evolution-9634666fca1347da1378ebbe574cb879f3fc474e.zip |
This needs to return a const char * and not a char *, because we're not
2000-09-01 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c (e_msg_composer_get_sig_file): This needs to
return a const char * and not a char *, because we're not actually
allocating memory here.
svn path=/trunk/; revision=5173
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 91f4f2dee6..1179d16b61 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2000-09-01 Jeffrey Stedfast <fejj@helixcode.com> + + * e-msg-composer.c (e_msg_composer_get_sig_file): This needs to + return a const char * and not a char *, because we're not actually + allocating memory here. + 2000-08-28 Jeffrey Stedfast <fejj@helixcode.com> * e-msg-composer.c (e_msg_composer_new_with_message): Always |