diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-02 19:41:43 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-02 19:41:43 +0800 |
commit | f3b7471200e807b19d8542694e9bc3eaaa17d824 (patch) | |
tree | bc62090c1d7053b33b498f1c4850b1f9ee8022f0 /mail/ChangeLog | |
parent | dce2b73eb7e711d60352fa89354656068f357cbe (diff) | |
download | gsoc2013-evolution-f3b7471200e807b19d8542694e9bc3eaaa17d824.tar gsoc2013-evolution-f3b7471200e807b19d8542694e9bc3eaaa17d824.tar.gz gsoc2013-evolution-f3b7471200e807b19d8542694e9bc3eaaa17d824.tar.bz2 gsoc2013-evolution-f3b7471200e807b19d8542694e9bc3eaaa17d824.tar.lz gsoc2013-evolution-f3b7471200e807b19d8542694e9bc3eaaa17d824.tar.xz gsoc2013-evolution-f3b7471200e807b19d8542694e9bc3eaaa17d824.tar.zst gsoc2013-evolution-f3b7471200e807b19d8542694e9bc3eaaa17d824.zip |
Remove the first check in the previous commit. This is redundant as it is
2006-01-02 Harish Krishnaswamy <kharish@novell.com>
* em-folder-view.c: (emfv_setting_notify):
Remove the first check in the previous commit.
This is redundant as it is always guaranteed
that the component has been activated at this point.
And when not, it ought to crash :-).
svn path=/trunk/; revision=31026
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9bf1bd045d..9150bf2529 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,13 @@ 2006-01-02 Harish Krishnaswamy <kharish@novell.com> + * em-folder-view.c: (emfv_setting_notify): + Remove the first check in the previous commit. + This is redundant as it is always guaranteed + that the component has been activated at this point. + And when not, it ought to crash :-). + +2006-01-02 Harish Krishnaswamy <kharish@novell.com> + reviewed by: Parthasarathi <sparthasarathi@novell.com> * em-folder-view.c: (emfv_setting_notify): |