[evolution-patches] [addressbook] Patch for a bug in "By Company" view



Hi
In ETableState grouping column was wrong, instead of grouping by company
it was grouping by  Telex. This patch fixes that.

Thanks
Devashish Sharma
Index: views/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/views/ChangeLog,v
retrieving revision 1.23
diff -u -p -r1.23 ChangeLog
--- views/ChangeLog	9 Aug 2004 19:09:14 -0000	1.23
+++ views/ChangeLog	26 Aug 2005 09:16:34 -0000
@@ -1,3 +1,9 @@
+2005-08-26  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 ]
? views/addressbook/.By_Company.galview.swp
Index: views/addressbook/By_Company.galview
===================================================================
RCS file: /cvs/gnome/evolution/views/addressbook/By_Company.galview,v
retrieving revision 1.3
diff -u -p -r1.3 By_Company.galview
--- views/addressbook/By_Company.galview	5 Dec 2003 09:25:06 -0000	1.3
+++ views/addressbook/By_Company.galview	26 Aug 2005 09:15:49 -0000
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]