From 613453b1095e325149b8d37e5731d415e1d5f9bd Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Thu, 31 Oct 2002 21:30:57 +0000 Subject: merging the gal-2 branch back to the trunk. merging the gal-2 branch back to the trunk. svn path=/trunk/; revision=18471 --- widgets/table/e-cell-popup.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'widgets/table/e-cell-popup.h') diff --git a/widgets/table/e-cell-popup.h b/widgets/table/e-cell-popup.h index eba0d941df..a42a4d4f28 100644 --- a/widgets/table/e-cell-popup.h +++ b/widgets/table/e-cell-popup.h @@ -32,7 +32,7 @@ #ifndef _E_CELL_POPUP_H_ #define _E_CELL_POPUP_H_ -#include +#include #include #define E_CELL_POPUP_TYPE (e_cell_popup_get_type ()) @@ -94,4 +94,8 @@ void e_cell_popup_set_shown (ECellPopup *ecp, gboolean shown); void e_cell_popup_queue_cell_redraw (ECellPopup *ecp); +void e_cell_popup_set_shown (ECellPopup *ecp, + gboolean shown); +void e_cell_popup_queue_cell_redraw (ECellPopup *ecp); + #endif /* _E_CELL_POPUP_H_ */ -- cgit