diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-11 08:19:08 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-11 08:19:08 +0800 |
commit | 7796022af8b423a429c32e2e1105f3e0287ee165 (patch) | |
tree | 7df5f7a0ce18368c8add9b21d6ec15ea506b6026 /widgets/misc/ChangeLog | |
parent | a2ee1a5c0b5ccead0b3737c60008233a55781435 (diff) | |
download | gsoc2013-evolution-7796022af8b423a429c32e2e1105f3e0287ee165.tar.gz gsoc2013-evolution-7796022af8b423a429c32e2e1105f3e0287ee165.tar.zst gsoc2013-evolution-7796022af8b423a429c32e2e1105f3e0287ee165.zip |
Oops, we didn't need to unref all of the widgets, just a few.
2001-08-10 Jeffrey Stedfast <fejj@ximian.com>
* e-search-bar.c (impl_destroy): Oops, we didn't need to unref all
of the widgets, just a few.
svn path=/trunk/; revision=11907
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 12b2d6dd29..52265446ea 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-10 Jeffrey Stedfast <fejj@ximian.com> + + * e-search-bar.c (impl_destroy): Oops, we didn't need to unref all + of the widgets, just a few. + 2001-08-10 Jon Trowbridge <trow@ximian.com> * e-filter-bar.h: Set the subitems to NULL in the pre-defined @@ -14,9 +19,6 @@ 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. |