diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-04-16 05:51:58 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-04-16 05:51:58 +0800 |
commit | a0cca95826028dc5d170dc54c71de5966eb9206a (patch) | |
tree | 668b0eedb67464183997ee2fafb3e646b5c10e8a /widgets/e-table/ChangeLog | |
parent | d29f61b215e4f706d214b534a6a43296e9dbe124 (diff) | |
download | gsoc2013-evolution-a0cca95826028dc5d170dc54c71de5966eb9206a.tar gsoc2013-evolution-a0cca95826028dc5d170dc54c71de5966eb9206a.tar.gz gsoc2013-evolution-a0cca95826028dc5d170dc54c71de5966eb9206a.tar.bz2 gsoc2013-evolution-a0cca95826028dc5d170dc54c71de5966eb9206a.tar.lz gsoc2013-evolution-a0cca95826028dc5d170dc54c71de5966eb9206a.tar.xz gsoc2013-evolution-a0cca95826028dc5d170dc54c71de5966eb9206a.tar.zst gsoc2013-evolution-a0cca95826028dc5d170dc54c71de5966eb9206a.zip |
+ * addressbook/gui/component/addressbook.c
+ (search_entry_activated): New function. Gets called when the quick
+ search entry is called on to perform a search.
+ (make_quick_search_widget): New function; returns a "quick search"
+ widget.
+ (control_activate): During the construction of the toolbar, a
+ "quick search" widget is included.
+
+ * e-table.c (et_xml_to_header): sanity-check our parameters.
+ (et_grouping_xml_to_sort_info): same.
+ (et_real_construct): Bail if we couldn't get the children we
+ wanted.
svn path=/trunk/; revision=2455
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 9fb45790dd..b6e01fb2cb 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,10 @@ +2000-04-15 Matt Loper <matt@helixcode.com> + + * e-table.c (et_xml_to_header): sanity-check our parameters. + (et_grouping_xml_to_sort_info): same. + (et_real_construct): Bail if we couldn't get the children we + wanted. + 2000-04-14 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c, e-table-item.h: Added a row height cache. |