diff options
author | nobody <nobody@localhost> | 2005-07-01 18:06:24 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2005-07-01 18:06:24 +0800 |
commit | a42a84d0630d9fdea081f73e8cd2942fa0249e02 (patch) | |
tree | d160b12ed3189811ca9a7cfb8a69f82d42b999da /widgets/misc/e-cell-percent.h | |
parent | da4c46c126c59356c64030c1f05ddc2a3f72cad0 (diff) | |
download | gsoc2013-evolution-a42a84d0630d9fdea081f73e8cd2942fa0249e02.tar.gz gsoc2013-evolution-a42a84d0630d9fdea081f73e8cd2942fa0249e02.tar.zst gsoc2013-evolution-a42a84d0630d9fdea081f73e8cd2942fa0249e02.zip |
This commit was manufactured by cvs2svn to create tagEVOLUTION_2_3_3
'EVOLUTION_2_3_3'.
svn path=/tags/EVOLUTION_2_3_3/; revision=29611
Diffstat (limited to 'widgets/misc/e-cell-percent.h')
-rw-r--r-- | widgets/misc/e-cell-percent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-cell-percent.h b/widgets/misc/e-cell-percent.h index c738631ebf..6207e0c878 100644 --- a/widgets/misc/e-cell-percent.h +++ b/widgets/misc/e-cell-percent.h @@ -29,7 +29,7 @@ #ifndef _E_CELL_PERCENT_H_ #define _E_CELL_PERCENT_H_ -#include <table/e-cell-text.h> +#include <gal/e-table/e-cell-text.h> #define E_CELL_PERCENT_TYPE (e_cell_percent_get_type ()) #define E_CELL_PERCENT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), E_CELL_PERCENT_TYPE, ECellPercent)) |