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/e-shell-folder-selection-dialog.c | |
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/e-shell-folder-selection-dialog.c')
-rw-r--r-- | shell/e-shell-folder-selection-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index 887d9de988..5a0296cbbb 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -402,6 +402,7 @@ e_shell_folder_selection_dialog_construct (EShellFolderSelectionDialog *folder_s priv->storage_set_view = e_storage_set_create_new_view (priv->storage_set, NULL); e_storage_set_view_set_allow_dnd (E_STORAGE_SET_VIEW (priv->storage_set_view), FALSE); + e_storage_set_view_enable_search (E_STORAGE_SET_VIEW (priv->storage_set_view), TRUE); /* Load the expanded state for this StorageSetView */ filename = g_strdup_printf ("%s/config/storage-set-view-expanded:folder-selection-dialog", |