diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-30 00:50:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-30 00:50:23 +0800 |
commit | 8a6f447395afc8cd55ae5d0e81632d45a9506f07 (patch) | |
tree | c9a1976b57d89027a4e1fd2739c14eed31701bd1 /mail/ChangeLog | |
parent | d468b8646a70501dc74369636e953a2d30aee3da (diff) | |
download | gsoc2013-evolution-8a6f447395afc8cd55ae5d0e81632d45a9506f07.tar.gz gsoc2013-evolution-8a6f447395afc8cd55ae5d0e81632d45a9506f07.tar.zst gsoc2013-evolution-8a6f447395afc8cd55ae5d0e81632d45a9506f07.zip |
Instead of comparing sstate[0] to '1', compare it against '0' like all the
2004-03-29 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-browser.c (emfb_activate): Instead of comparing
sstate[0] to '1', compare it against '0' like all the other code
does.
svn path=/trunk/; revision=25227
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 38f7ccd5a1..e3408f4374 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2004-03-29 Jeffrey Stedfast <fejj@ximian.com> + + * em-folder-browser.c (emfb_activate): Instead of comparing + sstate[0] to '1', compare it against '0' like all the other code + does. + 2004-03-25 Sivaiah Nallagatla <snallagatla@novell.com> * Makefile.am : remove local-config.glade from glade_DATA as it |