diff options
author | Viren.l <lviren@novel.com> | 2005-07-25 15:53:18 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-07-25 15:53:18 +0800 |
commit | bd035bcd8ccb4e85e9a0ac2a63f800c2cc4b5057 (patch) | |
tree | 90e94ec09edb61e155a8186c34489976a04a1410 /calendar/gui/e-calendar-table.h | |
parent | dca96e14ddba2d5e1327dd2931389b930c0b6cc3 (diff) | |
download | gsoc2013-evolution-bd035bcd8ccb4e85e9a0ac2a63f800c2cc4b5057.tar.gz gsoc2013-evolution-bd035bcd8ccb4e85e9a0ac2a63f800c2cc4b5057.tar.zst gsoc2013-evolution-bd035bcd8ccb4e85e9a0ac2a63f800c2cc4b5057.zip |
Fixes:248126 Added 2 Bonobo UI verbs for Assign Task and Forward as
2005-07-25 Viren.l <lviren@novel.com>
Fixes:248126
* gui/tasks-control.c (tasks_control_assign_cmd)
(tasks_control_forward_cmd): Added 2 Bonobo UI verbs for Assign Task and Forward as iCalendar
and the definitions to commands.
* gui/e-calendar-table.[ch] (e_calendar_table_open_task)
(e_calendar_table_get_selected_comp): renamed static functions open_task and get_selected_comp
and made them public.
svn path=/trunk/; revision=29881
Diffstat (limited to 'calendar/gui/e-calendar-table.h')
-rw-r--r-- | calendar/gui/e-calendar-table.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-table.h b/calendar/gui/e-calendar-table.h index 9c8d7087d0..04006f1157 100644 --- a/calendar/gui/e-calendar-table.h +++ b/calendar/gui/e-calendar-table.h @@ -104,6 +104,10 @@ void e_calendar_table_set_activity_handler (ECalendarTable *cal_table, 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, + gboolean assign); +ECalModelComponent * e_calendar_table_get_selected_comp (ECalendarTable *cal_table); G_END_DECLS |