diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-14 06:16:17 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-14 06:16:17 +0800 |
commit | 43b8acb68a9b2f949c85dd1a25f902fc4b7b0abe (patch) | |
tree | 231b8994ecce1d0a7b06ed03d71a08fad56079e5 /widgets/table/e-table-example-1.c | |
parent | 2ee3d212f8b64a27f35270680cc307d062d342a1 (diff) | |
download | gsoc2013-evolution-43b8acb68a9b2f949c85dd1a25f902fc4b7b0abe.tar gsoc2013-evolution-43b8acb68a9b2f949c85dd1a25f902fc4b7b0abe.tar.gz gsoc2013-evolution-43b8acb68a9b2f949c85dd1a25f902fc4b7b0abe.tar.bz2 gsoc2013-evolution-43b8acb68a9b2f949c85dd1a25f902fc4b7b0abe.tar.lz gsoc2013-evolution-43b8acb68a9b2f949c85dd1a25f902fc4b7b0abe.tar.xz gsoc2013-evolution-43b8acb68a9b2f949c85dd1a25f902fc4b7b0abe.tar.zst gsoc2013-evolution-43b8acb68a9b2f949c85dd1a25f902fc4b7b0abe.zip |
Fixed these to use the new ascending attribute as a boolean instead of an
2000-10-13 Christopher James Lahey <clahey@helixcode.com>
* e-table-example-1.c, e-table-example-2.c, e-table-size-test.c,
test-table.c: Fixed these to use the new ascending attribute as a
boolean instead of an int.
* e-table-sort-info.c: Changed the ascending attribute to a
boolean ("true"/"false") instead of an int (1/0).
svn path=/trunk/; revision=5903
Diffstat (limited to 'widgets/table/e-table-example-1.c')
-rw-r--r-- | widgets/table/e-table-example-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-example-1.c b/widgets/table/e-table-example-1.c index d989c34df7..a3be8dedd0 100644 --- a/widgets/table/e-table-example-1.c +++ b/widgets/table/e-table-example-1.c @@ -77,7 +77,7 @@ <column> 2 </column> \ <column> 3 </column> \ </columns-shown> \ - <grouping> <leaf column=\"1\" ascending=\"1\"/> </grouping> \ + <grouping> <leaf column=\"1\" ascending=\"true\"/> </grouping> \ </ETableSpecification>" char *headers [COLS] = { |