diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-01 06:33:07 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-01 06:33:07 +0800 |
commit | 27c864244451386a575d5c93c0e04452e471e428 (patch) | |
tree | 539090c020e468762cc3ec36039df6255e2b8f3b /addressbook/gui | |
parent | 3892c5df4d87257d373b766045cb7d3b3493481a (diff) | |
download | gsoc2013-evolution-27c864244451386a575d5c93c0e04452e471e428.tar gsoc2013-evolution-27c864244451386a575d5c93c0e04452e471e428.tar.gz gsoc2013-evolution-27c864244451386a575d5c93c0e04452e471e428.tar.bz2 gsoc2013-evolution-27c864244451386a575d5c93c0e04452e471e428.tar.lz gsoc2013-evolution-27c864244451386a575d5c93c0e04452e471e428.tar.xz gsoc2013-evolution-27c864244451386a575d5c93c0e04452e471e428.tar.zst gsoc2013-evolution-27c864244451386a575d5c93c0e04452e471e428.zip |
Changed the default set of columns.
2000-07-31 Christopher James Lahey <clahey@helixcode.com>
* gui/component/addressbook.c: Changed the default set of columns.
svn path=/trunk/; revision=4441
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 477f4b6f40..a4ca8358f3 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -735,14 +735,9 @@ set_prop (BonoboPropertyBag *bag, <columns-shown> \ <column>0</column> \ <column>1</column> \ - <column>2</column> \ + <column>5</column> \ <column>3</column> \ <column>4</column> \ - <column>5</column> \ - <column>6</column> \ - <column>7</column> \ - <column>8</column> \ - <column>10</column> \ </columns-shown> \ <grouping> \ <leaf column=\"0\" ascending=\"1\"/> \ |