aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-content.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-11-21 06:05:21 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-11-21 06:05:21 +0800
commit0328fe535c58f516f99283d8c2693f5e933f9f8f (patch)
treef57956d468f4d054c8aaa21804a377e464c36518 /modules/calendar/e-cal-shell-content.c
parent0b98cf60cbe1350479e189ebcf54aeae775e6264 (diff)
downloadgsoc2013-evolution-0328fe535c58f516f99283d8c2693f5e933f9f8f.tar
gsoc2013-evolution-0328fe535c58f516f99283d8c2693f5e933f9f8f.tar.gz
gsoc2013-evolution-0328fe535c58f516f99283d8c2693f5e933f9f8f.tar.bz2
gsoc2013-evolution-0328fe535c58f516f99283d8c2693f5e933f9f8f.tar.lz
gsoc2013-evolution-0328fe535c58f516f99283d8c2693f5e933f9f8f.tar.xz
gsoc2013-evolution-0328fe535c58f516f99283d8c2693f5e933f9f8f.tar.zst
gsoc2013-evolution-0328fe535c58f516f99283d8c2693f5e933f9f8f.zip
Fix typos in e_cal_shell_content_paste_clipboard().
Diffstat (limited to 'modules/calendar/e-cal-shell-content.c')
-rw-r--r--modules/calendar/e-cal-shell-content.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-shell-content.c b/modules/calendar/e-cal-shell-content.c
index e797c0c577..e847b27b95 100644
--- a/modules/calendar/e-cal-shell-content.c
+++ b/modules/calendar/e-cal-shell-content.c
@@ -758,11 +758,11 @@ e_cal_shell_content_paste_clipboard (ECalShellContent *cal_shell_content)
break;
case FOCUS_MEMO_TABLE:
- e_memo_table_copy_clipboard (memo_table);
+ e_memo_table_paste_clipboard (memo_table);
break;
case FOCUS_TASK_TABLE:
- e_calendar_table_copy_clipboard (task_table);
+ e_calendar_table_paste_clipboard (task_table);
break;
default: