[evolution-data-server] e-data-server-util.c: Fix a couple typos.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] e-data-server-util.c: Fix a couple typos.
- Date: Sat, 12 Jan 2013 22:04:21 +0000 (UTC)
commit bc882c750204c9df34f562c4973857b9cd445c43
Author: Matthew Barnes <mbarnes redhat com>
Date: Sat Jan 12 17:04:01 2013 -0500
e-data-server-util.c: Fix a couple typos.
libedataserver/e-data-server-util.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libedataserver/e-data-server-util.c b/libedataserver/e-data-server-util.c
index accb296..fc09af8 100644
--- a/libedataserver/e-data-server-util.c
+++ b/libedataserver/e-data-server-util.c
@@ -956,7 +956,7 @@ e_util_copy_string_slist (GSList *copy_to,
GSList *copied_list;
copied_list = g_slist_copy_deep (
- (GSList *) copy_to, (GCopyFunc) g_strdup, NULL);
+ (GSList *) strings, (GCopyFunc) g_strdup, NULL);
return g_slist_concat (copy_to, copied_list);
}
@@ -984,7 +984,7 @@ e_util_copy_object_slist (GSList *copy_to,
GSList *copied_list;
copied_list = g_slist_copy_deep (
- (GSList *) copy_to, (GCopyFunc) g_object_ref, NULL);
+ (GSList *) objects, (GCopyFunc) g_object_ref, NULL);
return g_slist_concat (copy_to, copied_list);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]