projects
/
platform
/
upstream
/
evolution-data-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d21a6
)
Bug 693841 - EDataCal: Complete implementation of GetObjectsList
author
Giocanni Campagna
<scampa.giovanni@gmail.com>
Fri, 15 Feb 2013 02:57:57 +0000
(21:57 -0500)
committer
Matthew Barnes
<mbarnes@redhat.com>
Fri, 15 Feb 2013 02:59:35 +0000
(21:59 -0500)
Clients were left waiting for a response from the backend that would
never happen.
calendar/libedata-cal/e-data-cal.c
patch
|
blob
|
history
diff --git
a/calendar/libedata-cal/e-data-cal.c
b/calendar/libedata-cal/e-data-cal.c
index
0bb0672
..
4e06093
100644
(file)
--- a/
calendar/libedata-cal/e-data-cal.c
+++ b/
calendar/libedata-cal/e-data-cal.c
@@
-1425,7
+1425,16
@@
e_data_cal_respond_get_object_list (EDataCal *cal,
objects = g_slist_next (objects);
}
+ e_dbus_calendar_complete_get_object_list (
+ cal->priv->dbus_interface,
+ data->invocation,
+ (const gchar * const *) strv);
+
g_strfreev (strv);
+ } else {
+ data_cal_convert_to_client_error (error);
+ g_dbus_method_invocation_take_error (
+ data->invocation, error);
}
op_unref (data);