[evolution-kolab] e_source_peek_uid() is now e_source_get_uid().



commit 858d4fd305cab3604a54985f26170adeda596dcd
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Jul 2 10:17:27 2012 -0400

    e_source_peek_uid() is now e_source_get_uid().

 src/libekolab/kolab-util-backend.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libekolab/kolab-util-backend.c b/src/libekolab/kolab-util-backend.c
index 98b5b16..bf231f8 100644
--- a/src/libekolab/kolab-util-backend.c
+++ b/src/libekolab/kolab-util-backend.c
@@ -323,7 +323,7 @@ kolab_util_backend_prepare_settings (KolabSettingsHandler *ksettings,
 	GError *error = NULL;
 	g_debug ("%s()[%u] called.", __func__, __LINE__);
 	if (esource != NULL) {
-		prop_str = e_source_peek_uid (esource);
+		prop_str = e_source_get_uid (esource);
 		(void)kolab_settings_handler_set_char_field (ksettings,
 		                                             KOLAB_SETTINGS_HANDLER_CHAR_FIELD_ESOURCE_UID,
 		                                             g_strdup (prop_str),



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