From 2175169690175866675a79081b37158877b79d31 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 11 Apr 2002 20:15:16 +0000 Subject: Include addressbook-config.h here as this file uses it. 2002-04-11 Christopher James Lahey * gui/component/addressbook-component.c: Include addressbook-config.h here as this file uses it. * gui/component/select-names/e-select-names.c (SPEC, SPEC2): Made this dialog searchable by typing in the ETable. * gui/widgets/e-addressbook-model.c: Include e-addressbook-util.h here. * gui/widgets/e-addressbook-reflow-adapter.c (e_addressbook_reflow_adapter_right_click), gui/widgets/e-addressbook-view.c (table_right_click): Fixed a memory leak here by using "selection-done" signal. * gui/widgets/e-addressbook-reflow-adapter.c, gui/widgets/e-addressbook-reflow-adapter.h, gui/widgets/e-addressbook-view.c, gui/widgets/e-minicard-view.c: Added a right click menu for areas that aren't cards. svn path=/trunk/; revision=16440 --- addressbook/gui/component/addressbook-component.c | 1 + addressbook/gui/component/select-names/e-select-names.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index beb0e594a7..512066519d 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -46,6 +46,7 @@ #include "addressbook-storage.h" #include "addressbook-component.h" +#include "addressbook-config.h" #include "addressbook.h" #include "addressbook/gui/merging/e-card-merging.h" #include "addressbook/gui/widgets/e-addressbook-util.h" diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index 1746171838..559e0eef58 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -111,7 +111,7 @@ e_select_names_class_init (ESelectNamesClass *klass) } #define SPEC " \ - \ + \ \ \ \ @@ -119,7 +119,7 @@ e_select_names_class_init (ESelectNamesClass *klass) " #define SPEC2 " \ - \ + \ \ \ \ -- cgit v1.2.3