[evolution-data-server/openismus-work-3-8] Removed E_CLIENT_ERROR_END_OF_LIST



commit 1dc5372c244413796ed1da9423f93b371b42a8bb
Author: Tristan Van Berkom <tristanvb openismus com>
Date:   Wed Oct 23 00:18:48 2013 +0200

    Removed E_CLIENT_ERROR_END_OF_LIST
    
    The existing E_CLIENT_ERROR_QUERY_REFUSED will fit nicely already.

 libedataserver/e-client.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libedataserver/e-client.h b/libedataserver/e-client.h
index 78719f8..69638b4 100644
--- a/libedataserver/e-client.h
+++ b/libedataserver/e-client.h
@@ -149,8 +149,7 @@ typedef enum {
        E_CLIENT_ERROR_DBUS_ERROR,
        E_CLIENT_ERROR_OTHER_ERROR,
        E_CLIENT_ERROR_NOT_OPENED,
-       E_CLIENT_ERROR_OUT_OF_SYNC,
-       E_CLIENT_ERROR_END_OF_LIST
+       E_CLIENT_ERROR_OUT_OF_SYNC
 } EClientError;
 
 const gchar *  e_client_error_to_string        (EClientError code);


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