From 1a08c1fb58bffe442bbc2704b37933b8c8244d39 Mon Sep 17 00:00:00 2001 From: Harry Lu Date: Mon, 3 Jul 2006 11:49:51 +0000 Subject: Fix compile error in solaris 2006-07-03 Harry Lu Fix compile error in solaris * e-filter-bar.h: E_FILTERBAR_SEPARATOR should have 3 members. * e-search-bar.h: add the declaration of e_search_bar_set_viewitem_id. svn path=/trunk/; revision=32221 --- widgets/misc/e-filter-bar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc/e-filter-bar.h') diff --git a/widgets/misc/e-filter-bar.h b/widgets/misc/e-filter-bar.h index 2b1ff53416..427c10695d 100644 --- a/widgets/misc/e-filter-bar.h +++ b/widgets/misc/e-filter-bar.h @@ -104,7 +104,7 @@ enum { #define E_FILTERBAR_CURRENT_ACCOUNT { N_("Current Account"), E_FILTERBAR_CURRENT_ACCOUNT_ID, ESB_ITEMTYPE_RADIO } #define E_FILTERBAR_CURRENT_FOLDER { N_("Current Folder"), E_FILTERBAR_CURRENT_FOLDER_ID, ESB_ITEMTYPE_RADIO } #define E_FILTERBAR_CURRENT_MESSAGE { N_("Current Message"), E_FILTERBAR_CURRENT_MESSAGE_ID, ESB_ITEMTYPE_RADIO } -#define E_FILTERBAR_SEPARATOR { NULL, 0, NULL, 0 } +#define E_FILTERBAR_SEPARATOR { NULL, 0, 0 } #ifdef JUST_FOR_TRANSLATORS const char * strings[] = { -- cgit v1.2.3