[evolution-kolab/account-mgmt] e_source_peek_uid() is now e_source_get_uid().
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/account-mgmt] e_source_peek_uid() is now e_source_get_uid().
- Date: Tue, 3 Jul 2012 14:13:17 +0000 (UTC)
commit 4a691415b9080e004685c4373fa4be0d8c34ea9f
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]