diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-11-21 11:14:03 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-11-21 11:14:03 +0800 |
commit | 64516d2e58db25915dc0bf509e7ac5acf29e450e (patch) | |
tree | a334fe1d6db9e8e50d27d0c6e4a44251216e3e65 /widgets/misc/ChangeLog | |
parent | d15a54fc30933f62728b3b3e15fc3175ea0ef501 (diff) | |
download | gsoc2013-evolution-64516d2e58db25915dc0bf509e7ac5acf29e450e.tar.gz gsoc2013-evolution-64516d2e58db25915dc0bf509e7ac5acf29e450e.tar.zst gsoc2013-evolution-64516d2e58db25915dc0bf509e7ac5acf29e450e.zip |
type should be initialized to 0, not NULL.
2006-11-21 Harish Krishnaswamy <kharish@novell.com>
* e-filter-bar.c: (e_filter_bar_new): type should be
initialized to 0, not NULL.
svn path=/trunk/; revision=33010
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index b7bd55109d..6cd35999de 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,8 @@ +2006-11-21 Harish Krishnaswamy <kharish@novell.com> + + * e-filter-bar.c: (e_filter_bar_new): type should be + initialized to 0, not NULL. + 2006-11-03 Parthasarathi Susarla <ajaysusarla@gmail.com> ** Fixes bug #357492 |