diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-10 13:16:07 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-10 13:16:07 +0800 |
commit | d69a71921a70ccd985e34a4f58bb0f0a15c4320f (patch) | |
tree | 097da5593a1cddc50bf7fa788b0fd67609692241 /widgets/misc/ChangeLog | |
parent | 268c9ae3e86c0b8eb0932b7ac09a06dbe9d62d4f (diff) | |
download | gsoc2013-evolution-d69a71921a70ccd985e34a4f58bb0f0a15c4320f.tar gsoc2013-evolution-d69a71921a70ccd985e34a4f58bb0f0a15c4320f.tar.gz gsoc2013-evolution-d69a71921a70ccd985e34a4f58bb0f0a15c4320f.tar.bz2 gsoc2013-evolution-d69a71921a70ccd985e34a4f58bb0f0a15c4320f.tar.lz gsoc2013-evolution-d69a71921a70ccd985e34a4f58bb0f0a15c4320f.tar.xz gsoc2013-evolution-d69a71921a70ccd985e34a4f58bb0f0a15c4320f.tar.zst gsoc2013-evolution-d69a71921a70ccd985e34a4f58bb0f0a15c4320f.zip |
Don't forget to unref stuff here too.
2001-08-10 Jeffrey Stedfast <fejj@ximian.com>
* e-search-bar.c (impl_destroy): Don't forget to unref stuff here
too.
* e-filter-bar.c (destroy): Free all the goodies that we allocate
at construct time and unref the rule context.
(class_init): Override the destroy method.
svn path=/trunk/; revision=11871
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index d37b61e4d3..a4a4c01e45 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,12 @@ +2001-08-10 Jeffrey Stedfast <fejj@ximian.com> + + * e-search-bar.c (impl_destroy): Don't forget to unref stuff here + too. + + * e-filter-bar.c (destroy): Free all the goodies that we allocate + at construct time and unref the rule context. + (class_init): Override the destroy method. + 2001-08-09 Anna Marie Dirks <anna@ximian.com> Fixes bug #6918 @@ -5,7 +14,6 @@ * e-filter-bar.h: Changed the "Save As.." menu item to "Add to Saved Searches". - 2001-08-09 Anna Marie Dirks <anna@ximian.com> * e-filter-bar.h : changed the E_FILTERBAR_RESET label from "Show All" to "Clear" to alleviate confusion about whether |