diff options
author | Mike Kestner <mkestner@ximian.com> | 2002-09-06 22:51:37 +0800 |
---|---|---|
committer | Mike Kestner <mkestner@src.gnome.org> | 2002-09-06 22:51:37 +0800 |
commit | 6f4d80d825055b2859b176da33725394232d5c08 (patch) | |
tree | 5e447d7e100dfda0bfeda3dee3add9d9e381dfa2 /shell/Makefile.am | |
parent | 578e5695fbedacf9ff56aab68dac396b21876927 (diff) | |
download | gsoc2013-evolution-6f4d80d825055b2859b176da33725394232d5c08.tar.gz gsoc2013-evolution-6f4d80d825055b2859b176da33725394232d5c08.tar.zst gsoc2013-evolution-6f4d80d825055b2859b176da33725394232d5c08.zip |
no longer distribute the etstate files. enable_search on the view. add
2002-09-05 Mike Kestner <mkestner@ximian.com>
* Makefile.am : no longer distribute the etstate files.
* e-shell-folder-selection-dialog.c : enable_search on the view.
* e-storage-set-view.c : add search_enabled flag handling.
(e_storage_set_view_set_show_checkboxes): manipulate the existing state
instead of loading a state file from disk.
(e_storage_set_view_enable_search): new. set a column in the sort_info
on the etree to allow keystroke jumping in the etree.
svn path=/trunk/; revision=18002
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 0d1cf2a625..345269f390 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -256,9 +256,7 @@ oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) etspecdir = $(datadir)/evolution/etspec/ etspec_DATA = \ - e-storage-set-view.etspec \ - e-storage-set-view-checkboxes.etstate \ - e-storage-set-view-no-checkboxes.etstate + e-storage-set-view.etspec @XML_I18N_MERGE_OAF_RULE@ |