diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-10-31 03:04:54 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-10-31 03:04:54 +0800 |
commit | 973ca5ea3d5d3b28cbf16865336c344864f652d8 (patch) | |
tree | a91b68ae7d16d3c3ec2a19df597251514032f3b9 /calendar/gui/e-tasks.c | |
parent | 61031f4cb0f452d917bd3c1e8e6a5522cac57b2f (diff) | |
download | gsoc2013-evolution-973ca5ea3d5d3b28cbf16865336c344864f652d8.tar.gz gsoc2013-evolution-973ca5ea3d5d3b28cbf16865336c344864f652d8.tar.zst gsoc2013-evolution-973ca5ea3d5d3b28cbf16865336c344864f652d8.zip |
removed.
2003-10-30 Rodrigo Moya <rodrigo@ximian.com>
* gui/e-tasks.[ch] (e_tasks_get_cal_client): removed.
* gui/tasks-control.c (sensitize_commands): fixed to work correctly
with the ECalView's model.
(tasks_control_set_property): don't use e_tasks_get_cal_client.
* gui/alarm-notify/alarm-notify.c (free_client_hash): new function
to remove items from the CalClient's hash table.
(alarm_notify_finalize): call free_client_hash() for each item
in the hash table.
svn path=/trunk/; revision=23136
Diffstat (limited to 'calendar/gui/e-tasks.c')
-rw-r--r-- | calendar/gui/e-tasks.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/calendar/gui/e-tasks.c b/calendar/gui/e-tasks.c index cf4d79ba41..d094b3af56 100644 --- a/calendar/gui/e-tasks.c +++ b/calendar/gui/e-tasks.c @@ -857,27 +857,6 @@ backend_error_cb (CalClient *client, const char *message, gpointer data) g_free (urinopwd); } -/** - * e_tasks_get_cal_client: - * @tasks: An #ETasks. - * - * Queries the calendar client interface object that a tasks view is using. - * - * Return value: A calendar client interface object. - **/ -CalClient * -e_tasks_get_cal_client (ETasks *tasks) -{ - ETasksPrivate *priv; - - g_return_val_if_fail (E_IS_TASKS (tasks), NULL); - - priv = tasks->priv; - - return priv->client; -} - - void e_tasks_new_task (ETasks *tasks) { |