diff options
author | Damon Chaplin <damon@ximian.com> | 2001-10-23 07:47:32 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-10-23 07:47:32 +0800 |
commit | f59604582dc64d50c7b6974aa4322863da594483 (patch) | |
tree | 157cef3013b6a0ef414d3637f76c0968e2c9f68d /widgets/misc/Makefile.am | |
parent | 1c090bee53d04e7ba57c12e700c5f4f142c6bbf7 (diff) | |
download | gsoc2013-evolution-f59604582dc64d50c7b6974aa4322863da594483.tar gsoc2013-evolution-f59604582dc64d50c7b6974aa4322863da594483.tar.gz gsoc2013-evolution-f59604582dc64d50c7b6974aa4322863da594483.tar.bz2 gsoc2013-evolution-f59604582dc64d50c7b6974aa4322863da594483.tar.lz gsoc2013-evolution-f59604582dc64d50c7b6974aa4322863da594483.tar.xz gsoc2013-evolution-f59604582dc64d50c7b6974aa4322863da594483.tar.zst gsoc2013-evolution-f59604582dc64d50c7b6974aa4322863da594483.zip |
use the new ECellText methods to get the text and set the value.
2001-10-22 Damon Chaplin <damon@ximian.com>
* e-cell-date-edit.c (e_cell_date_edit_set_popup_values):
(e_cell_date_edit_update_cell): use the new ECellText methods to get
the text and set the value.
* e-cell-percent.c: new subclass of ECellText to display & edit a
percentage value.
svn path=/trunk/; revision=13916
Diffstat (limited to 'widgets/misc/Makefile.am')
-rw-r--r-- | widgets/misc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index dc8b47bdc7..69af225a13 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -22,6 +22,8 @@ libemiscwidgets_a_SOURCES = \ e-calendar-item.h \ e-cell-date-edit.c \ e-cell-date-edit.h \ + e-cell-percent.c \ + e-cell-percent.h \ e-charset-picker.c \ e-charset-picker.h \ e-clipped-label.c \ |