aboutsummaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/ChangeLog6
-rw-r--r--views/addressbook/By_Company.galview2
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>