diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-11 20:14:43 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-11 20:14:43 +0800 |
commit | 10b1915786bbcccf7ebe359a0674eca7ccc6c214 (patch) | |
tree | 730d0c13d03ddb9f036ac2083454d3a4d3062f5f /addressbook/gui/widgets | |
parent | 7d0552f48334f81f49c9e93e3ee9e639b0ffe4e0 (diff) | |
download | gsoc2013-evolution-10b1915786bbcccf7ebe359a0674eca7ccc6c214.tar gsoc2013-evolution-10b1915786bbcccf7ebe359a0674eca7ccc6c214.tar.gz gsoc2013-evolution-10b1915786bbcccf7ebe359a0674eca7ccc6c214.tar.bz2 gsoc2013-evolution-10b1915786bbcccf7ebe359a0674eca7ccc6c214.tar.lz gsoc2013-evolution-10b1915786bbcccf7ebe359a0674eca7ccc6c214.tar.xz gsoc2013-evolution-10b1915786bbcccf7ebe359a0674eca7ccc6c214.tar.zst gsoc2013-evolution-10b1915786bbcccf7ebe359a0674eca7ccc6c214.zip |
Fixed the column elements, the no-headers attribute and added a
2000-10-11 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/e-contact-editor-categories.c: Fixed the column
elements, the no-headers attribute and added a cursor-mode=line
attribute.
* gui/component/select-names/e-select-names.c,
gui/widgets/e-addressbook-view.c: Fixed the column elements here.
svn path=/trunk/; revision=5851
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index c865d50b40..c2a46409b7 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -498,11 +498,11 @@ table_right_click(ETableScrolled *table, gint row, gint col, GdkEvent *event, EA <ETableColumn model_col=\"30\" _title=\"Note\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"string\" compare=\"string\"/> \ <ETableColumn model_col=\"31\" _title=\"Free-busy URL\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"string\" compare=\"string\"/> \ <ETableState> \ - <column>0</column> \ - <column>1</column> \ - <column>5</column> \ - <column>3</column> \ - <column>4</column> \ + <column source=\"0\"/> \ + <column source=\"1\"/> \ + <column source=\"5\"/> \ + <column source=\"3\"/> \ + <column source=\"4\"/> \ <grouping> \ <leaf column=\"0\" ascending=\"1\"/> \ </grouping> \ |