diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-27 01:25:48 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-27 01:25:48 +0800 |
commit | 6a074300e533a82fb1a09b470724e54b155f8cd5 (patch) | |
tree | b10a21d175d0d3b89610c00ce9dd390d3ac0f730 /modules/calendar/e-cal-shell-view-private.c | |
parent | bd31f49bac99f21656dc7d0352d5b3f7385f71b2 (diff) | |
download | gsoc2013-evolution-6a074300e533a82fb1a09b470724e54b155f8cd5.tar.gz gsoc2013-evolution-6a074300e533a82fb1a09b470724e54b155f8cd5.tar.zst gsoc2013-evolution-6a074300e533a82fb1a09b470724e54b155f8cd5.zip |
Rename ECalendarTable to ETaskTable.
Since ECalendarTable was only used for tasks anyway, and ETaskTable
pairs nicely with EMemoTable.
Diffstat (limited to 'modules/calendar/e-cal-shell-view-private.c')
-rw-r--r-- | modules/calendar/e-cal-shell-view-private.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-view-private.c b/modules/calendar/e-cal-shell-view-private.c index ddf9dd7204..0a12f73743 100644 --- a/modules/calendar/e-cal-shell-view-private.c +++ b/modules/calendar/e-cal-shell-view-private.c @@ -443,7 +443,7 @@ e_cal_shell_view_private_constructed (ECalShellView *cal_shell_view) GnomeCalendar *calendar; ECalendar *date_navigator; EMemoTable *memo_table; - ECalendarTable *task_table; + ETaskTable *task_table; ESourceSelector *selector; ECalModel *model; gint ii; |