diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-04-03 05:24:33 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-04-03 05:24:33 +0800 |
commit | 4431711f558959af523b5b8c0e3a127f56a43688 (patch) | |
tree | 87baa90ba7eb8142aea3266da553e51ada61cc80 /shell/Makefile.am | |
parent | 0b20695032bc1b074f7f8287df527a01fb3bf6a2 (diff) | |
download | gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar.gz gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.tar.zst gsoc2013-evolution-4431711f558959af523b5b8c0e3a127f56a43688.zip |
Added e-storage-set-view-checkboxes.etstate and
2002-04-02 Christopher James Lahey <clahey@ximian.com>
* Makefile.am (etspec_DATA): Added
e-storage-set-view-checkboxes.etstate and
e-storage-set-view-no-checkboxes.etstate here.
* e-storage-set-view-checkboxes.etstate,
e-storage-set-view-no-checkboxes.etstate: The two possible states
of the EStorageSetView.
* e-storage-set-view.c, e-storage-set-view.h
(e_storage_set_view_set_show_checkboxes,
e_storage_set_view_get_show_checkboxes): Added this functionality.
Added a model column to the underlying table for the checkbox
data.
* e-storage-set-view.etspec: Added a view column for the
checkboxes.
svn path=/trunk/; revision=16324
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index b403bbec3e..bb5171d5c7 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -215,7 +215,7 @@ oaf_in_files = GNOME_Evolution_Shell.oaf.in oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) etspecdir = $(datadir)/evolution/etspec/ -etspec_DATA = e-storage-set-view.etspec +etspec_DATA = e-storage-set-view.etspec e-storage-set-view-checkboxes.etstate e-storage-set-view-no-checkboxes.etstate @XML_I18N_MERGE_OAF_RULE@ |