diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-14 06:25:23 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-14 06:25:23 +0800 |
commit | f0024cb0b037033d9e2ce78a2d009c51e5d91317 (patch) | |
tree | 33ebf7da2775df7cad677845045dc753b4beba2a /addressbook/gui/widgets | |
parent | 43b8acb68a9b2f949c85dd1a25f902fc4b7b0abe (diff) | |
download | gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.tar gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.tar.gz gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.tar.bz2 gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.tar.lz gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.tar.xz gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.tar.zst gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.zip |
Changed these for boolean ascending attribute instead of int ascending
2000-10-13 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/e-contact-editor-categories.c,
gui/component/select-names/e-select-names.c,
gui/widgets/e-addressbook-view.c: Changed these for boolean
ascending attribute instead of int ascending attribute. Fixed
e-select-names to not use a column past the end of its array.
* contact-editor/e-contact-editor-address.c,
contact-editor/fulladdr.glade, contact-editor/fulladdr.glade.h:
Rearranged the address editor dialog.
svn path=/trunk/; revision=5904
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index c2a46409b7..27d5d3c5cd 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -504,7 +504,7 @@ table_right_click(ETableScrolled *table, gint row, gint col, GdkEvent *event, EA <column source=\"3\"/> \ <column source=\"4\"/> \ <grouping> \ - <leaf column=\"0\" ascending=\"1\"/> \ + <leaf column=\"0\" ascending=\"true\"/> \ </grouping> \ </ETableState> \ </ETableSpecification>" |