From f05ae9ba25935518ca945a4bf4fe80a6a4ff38e7 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 23 Aug 2000 09:09:21 +0000 Subject: Fixed fullname->full_name for search field. 2000-08-14 Not Zed * gui/search/addresstypes.xml: Fixed fullname->full_name for search field. * gui/search/e-addressbook-search-dialog.c (get_widget): Check we actually got any parts to build the dialogue with. 2000-08-13 Not Zed * gui/component/addressbook-component.c (owner_set_cb): Set the global_shell_client nastyhack when we know it. This is only required to link with the filter code ... * gui/component/Makefile.am (evolution_addressbook_LDADD): Added libfilter.a to the link line. * gui/search/Makefile.am (noinst_LIBRARIES): Change library name from libaddressbooksearchdialog to libaddressbooksearch, as used elsewhere. * gui/search/e-addressbook-search-dialog.c (get_widget): Implement. (get_query): Likewise. (e_addressbook_search_dialog_destroy): Unref filter stuff when done. * gui/component/addressbook.c (control_deactivate): Added chris's patch to put the meny in svn path=/trunk/; revision=4980 --- addressbook/gui/search/e-addressbook-search-dialog.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'addressbook/gui/search/e-addressbook-search-dialog.h') diff --git a/addressbook/gui/search/e-addressbook-search-dialog.h b/addressbook/gui/search/e-addressbook-search-dialog.h index 84af66b4e1..dc54275a77 100644 --- a/addressbook/gui/search/e-addressbook-search-dialog.h +++ b/addressbook/gui/search/e-addressbook-search-dialog.h @@ -24,6 +24,9 @@ #include #include +#include "filter/rule-context.h" +#include "filter/filter-rule.h" + #ifdef __cplusplus extern "C" { #pragma } @@ -45,6 +48,9 @@ struct _EAddressbookSearchDialog GtkWidget *search; GtkWidget *view; + + RuleContext *context; + FilterRule *rule; GtkWidget *scrolled_window; }; -- cgit v1.2.3