diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-storage-set-view.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 892942a365..7cba741703 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2000-10-11 Christopher James Lahey <clahey@helixcode.com> + * e-storage-set-view.c: Fixed the spec on this. + +2000-10-11 Christopher James Lahey <clahey@helixcode.com> + * e-storage-set-view.c: Changed this to use the built in cells. 2000-10-11 Christopher James Lahey <clahey@helixcode.com> diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c index ae0a5858d8..71023f75b1 100644 --- a/shell/e-storage-set-view.c +++ b/shell/e-storage-set-view.c @@ -39,10 +39,10 @@ #include <gal/e-table/e-cell-tree.h> #include <gal/e-table/e-cell-text.h> -#define ETABLE_SPEC "<ETableSpecification no-headers=\"1\" cursor-mode=\"line\" draw-grid=\"true\"> \ +#define ETABLE_SPEC "<ETableSpecification no-headers=\"true\" cursor-mode=\"line\" draw-grid=\"true\"> \ <ETableColumn model_col=\"0\" _title=\"Folder\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"tree-string\" compare=\"string\"/> \ <ETableState> \ - <column> 0 </column> \ + <column source=\"0\"/> \ <grouping></grouping> \ </ETableState> \ </ETableSpecification>" |