diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-02-17 19:06:39 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-17 19:06:39 +0800 |
commit | ec5d0a0fab3c33f68efe32decf6a55f0b174a796 (patch) | |
tree | 186231a4ad5f0effabec6d76bf3b0ac3ce9848c4 /shell/e-storage-set-view.c | |
parent | 08f5c5e324dd5c6906f6cbf2225e4c25f3c3d5fa (diff) | |
download | gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.gz gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.tar.zst gsoc2013-evolution-ec5d0a0fab3c33f68efe32decf6a55f0b174a796.zip |
Cast this fucntion pointer.
2001-02-17 Christopher James Lahey <clahey@ximian.com>
* e-shell-view-menu.c (file_verbs): Cast this fucntion pointer.
* e-storage-set-view.c (ETABLE_SPEC): Turn on horizontal scrolling
here.
* evolution-shell-component.c
(impl_ShellComponent_async_copy_folder): Commented out this unused
function.
* evolution-storage.c (storage_gtk_to_corba_result): Removed an
unused variable here.
* importer/importer.c: Include gal/widets/e-gui-utils.h.
svn path=/trunk/; revision=8269
Diffstat (limited to 'shell/e-storage-set-view.c')
-rw-r--r-- | shell/e-storage-set-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c index da8669d075..e31a5e6700 100644 --- a/shell/e-storage-set-view.c +++ b/shell/e-storage-set-view.c @@ -45,7 +45,7 @@ static char *list [] = { }; #endif -#define ETABLE_SPEC "<ETableSpecification no-headers=\"true\" selection-mode=\"single\" cursor-mode=\"line\" draw-grid=\"true\"> \ +#define ETABLE_SPEC "<ETableSpecification no-headers=\"true\" selection-mode=\"single\" cursor-mode=\"line\" draw-grid=\"true\" horizontal-scrolling=\"true\"> \ <ETableColumn model_col=\"0\" _title=\"Folder\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"render_tree\" compare=\"string\"/> \ <ETableState> \ <column source=\"0\"/> \ |