diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-11 20:09:59 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-11 20:09:59 +0800 |
commit | 108723d273dd2d6b0616d387f2b0815b365ec5c3 (patch) | |
tree | c8fc31d7da9359f91ca84cddc2d2e216cff0578e | |
parent | 6a93e105a2b8ae4140b292e019fb7a0524f223ed (diff) | |
download | gsoc2013-evolution-108723d273dd2d6b0616d387f2b0815b365ec5c3.tar gsoc2013-evolution-108723d273dd2d6b0616d387f2b0815b365ec5c3.tar.gz gsoc2013-evolution-108723d273dd2d6b0616d387f2b0815b365ec5c3.tar.bz2 gsoc2013-evolution-108723d273dd2d6b0616d387f2b0815b365ec5c3.tar.lz gsoc2013-evolution-108723d273dd2d6b0616d387f2b0815b365ec5c3.tar.xz gsoc2013-evolution-108723d273dd2d6b0616d387f2b0815b365ec5c3.tar.zst gsoc2013-evolution-108723d273dd2d6b0616d387f2b0815b365ec5c3.zip |
Fixed the spec on this.
2000-10-11 Christopher James Lahey <clahey@helixcode.com>
* e-storage-set-view.c: Fixed the spec on this.
svn path=/trunk/; revision=5848
-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>" |