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/component/select-names | |
parent | 43b8acb68a9b2f949c85dd1a25f902fc4b7b0abe (diff) | |
download | gsoc2013-evolution-f0024cb0b037033d9e2ce78a2d009c51e5d91317.tar.gz 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/component/select-names')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index a1286566bc..611f6a76ff 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -91,7 +91,7 @@ e_select_names_class_init (ESelectNamesClass *klass) <ETableColumn model_col= \"34\" _title=\"Name\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"string\" compare=\"string\"/> \ <ETableState> \ <column source=\"0\"/> \ - <grouping> <leaf column=\"1\" ascending=\"1\"/> </grouping> \ + <grouping> <leaf column=\"0\" ascending=\"true\"/> </grouping> \ </ETableState> \ </ETableSpecification>" |