Re: [evolution-patches] patch for E-D-S 53995
- From: Chris Toshok <toshok ximian com>
- To: evolution-patches ximian com
- Subject: Re: [evolution-patches] patch for E-D-S 53995
- Date: Tue, 02 Mar 2004 08:44:13 -0800
bah, forgot the patch.
On Tue, 2004-03-02 at 07:21, Chris Toshok wrote:
> comment out some unsupported EBookQueryTests, which helps the python
> binding foo.
>
> Chris
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/addressbook/ChangeLog,v
retrieving revision 1.97
diff -u -r1.97 ChangeLog
--- ChangeLog 26 Feb 2004 20:12:20 -0000 1.97
+++ ChangeLog 2 Mar 2004 15:18:40 -0000
@@ -1,3 +1,8 @@
+2004-03-02 Chris Toshok <toshok ximian com>
+
+ * libebook/e-book-query.h (EBookQueryTest): comment out the
+ unsupported query types.
+
2004-02-26 Chris Toshok <toshok ximian com>
* libebook/e-contact.h: add
Index: libebook/e-book-query.h
===================================================================
RCS file: /cvs/gnome/evolution-data-server/addressbook/libebook/e-book-query.h,v
retrieving revision 1.3
diff -u -r1.3 e-book-query.h
--- libebook/e-book-query.h 21 Feb 2004 01:20:46 -0000 1.3
+++ libebook/e-book-query.h 2 Mar 2004 15:18:40 -0000
@@ -16,13 +16,15 @@
E_BOOK_QUERY_BEGINS_WITH,
E_BOOK_QUERY_ENDS_WITH,
-#if notyet
- E_BOOK_QUERY_LT,
- E_BOOK_QUERY_LE,
- E_BOOK_QUERY_GT,
- E_BOOK_QUERY_GE,
- E_BOOK_QUERY_EQ,
-#endif
+ /*
+ Consider these "coming soon".
+
+ E_BOOK_QUERY_LT,
+ E_BOOK_QUERY_LE,
+ E_BOOK_QUERY_GT,
+ E_BOOK_QUERY_GE,
+ E_BOOK_QUERY_EQ,
+ */
} EBookQueryTest;
EBookQuery* e_book_query_from_string (const char *query_string);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]