aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-12-04 17:43:51 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-12-04 17:43:51 +0800
commit0db239af79eef98aaae13e887814460c5d0bcfd9 (patch)
tree3eb13a5089130386df0f921cc12505d010384a34 /calendar/gui/e-calendar-table.h
parente37627d16f5d85cef7e143b32764529ad109d178 (diff)
downloadgsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar
gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.gz
gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.bz2
gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.lz
gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.xz
gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.tar.zst
gsoc2013-evolution-0db239af79eef98aaae13e887814460c5d0bcfd9.zip
Fixes #270751
svn path=/trunk/; revision=33040
Diffstat (limited to 'calendar/gui/e-calendar-table.h')
-rw-r--r--calendar/gui/e-calendar-table.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-table.h b/calendar/gui/e-calendar-table.h
index 56de26b689..2e2f4cfd72 100644
--- a/calendar/gui/e-calendar-table.h
+++ b/calendar/gui/e-calendar-table.h
@@ -105,7 +105,8 @@ void e_calendar_table_set_status_message (ECalendarTable *cal_table,
const gchar *message,
int percent);
void e_calendar_table_open_task (ECalendarTable *cal_table,
- ECalModelComponent *comp_data,
+ ECal *client,
+ icalcomponent *icalcomp,
gboolean assign);
ECalModelComponent * e_calendar_table_get_selected_comp (ECalendarTable *cal_table);
void e_calendar_table_hide_completed_tasks (ECalendarTable *table, GList *clients_list, gboolean config_changed);