diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-09-20 17:38:01 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-09-20 17:38:01 +0800 |
commit | d07dc7533727996caa49dfa3e5b19528beeda0ee (patch) | |
tree | 170976f03eb393672833e1339254079e7423ccc5 | |
parent | 94584bf0ddd79b1e25953f30790eb5aadfe94da9 (diff) | |
download | gsoc2013-evolution-d07dc7533727996caa49dfa3e5b19528beeda0ee.tar gsoc2013-evolution-d07dc7533727996caa49dfa3e5b19528beeda0ee.tar.gz gsoc2013-evolution-d07dc7533727996caa49dfa3e5b19528beeda0ee.tar.bz2 gsoc2013-evolution-d07dc7533727996caa49dfa3e5b19528beeda0ee.tar.lz gsoc2013-evolution-d07dc7533727996caa49dfa3e5b19528beeda0ee.tar.xz gsoc2013-evolution-d07dc7533727996caa49dfa3e5b19528beeda0ee.tar.zst gsoc2013-evolution-d07dc7533727996caa49dfa3e5b19528beeda0ee.zip |
Corrected the grouping column for the "By Company" view.
svn path=/trunk/; revision=30362
-rw-r--r-- | views/ChangeLog | 6 | ||||
-rw-r--r-- | views/addressbook/By_Company.galview | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/views/ChangeLog b/views/ChangeLog index c05d316671..14ec33d40d 100644 --- a/views/ChangeLog +++ b/views/ChangeLog @@ -1,3 +1,9 @@ +2005-09-20 Devashish Sharma <sdevashish@novell.com> + + * addressbook/By_Company.galview: In ETableState grouping column was + wrong, instead of grouping by company it was grouping by Telex. + Fixed that. + 2004-08-06 Chris Toshok <toshok@ximian.com> [ fixes bug #52459 ] diff --git a/views/addressbook/By_Company.galview b/views/addressbook/By_Company.galview index cecd0297b7..5d83600758 100644 --- a/views/addressbook/By_Company.galview +++ b/views/addressbook/By_Company.galview @@ -6,7 +6,7 @@ <column source="23"/> <column source="36"/> <grouping> - <group column="33" ascending="true"/> + <group column="35" ascending="true"/> <leaf column="0" ascending="true"/> </grouping> </ETableState> |