[evolution-patches] e-d-s patch for addressbook bug #51977
- From: Chris Toshok <toshok ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] e-d-s patch for addressbook bug #51977
- Date: Tue, 30 Mar 2004 17:25:08 -0800
the name of the category list attribute changed from "category" in 1.4
to "category_list" in 1.5. one liner.
Chris
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/addressbook/ChangeLog,v
retrieving revision 1.110
diff -u -r1.110 ChangeLog
--- ChangeLog 30 Mar 2004 08:28:55 -0000 1.110
+++ ChangeLog 30 Mar 2004 23:10:02 -0000
@@ -1,5 +1,12 @@
2004-03-30 Chris Toshok <toshok ximian com>
+ [ backend portion of fix for #51977 ]
+
+ * libedata-book/e-book-backend-sexp.c (prop_info_table): category
+ -> category_list.
+
+2004-03-30 Chris Toshok <toshok ximian com>
+
[ looks like this fixes #55527 ]
* libedata-book/e-data-book-view.c (e_data_book_view_construct):
use bonobo_object_dup_ref instead of CORBA_Object_duplicate here.
Index: libedata-book/e-book-backend-sexp.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/addressbook/libedata-book/e-book-backend-sexp.c,v
retrieving revision 1.3
diff -u -r1.3 e-book-backend-sexp.c
--- libedata-book/e-book-backend-sexp.c 21 Jan 2004 23:29:01 -0000 1.3
+++ libedata-book/e-book-backend-sexp.c 30 Mar 2004 23:10:02 -0000
@@ -218,7 +218,7 @@
LIST_PROP ( "email", compare_email ),
LIST_PROP ( "phone", compare_phone ),
LIST_PROP ( "address", compare_address ),
- LIST_PROP ( "category", compare_category ),
+ LIST_PROP ( "category_list", compare_category ),
};
static int num_prop_infos = sizeof(prop_info_table) / sizeof(prop_info_table[0]);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]