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 /ChangeLog | |
parent | d29f61b215e4f706d214b534a6a43296e9dbe124 (diff) | |
download | gsoc2013-evolution-a0cca95826028dc5d170dc54c71de5966eb9206a.tar.gz 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 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-04-15 Matt Loper <matt@helixcode.com> + + * 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. + 2000-04-14 Chris Toshok <toshok@helixcode.com> * tests/.cvsignore: add test12 |