diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-21 06:05:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-21 06:05:21 +0800 |
commit | 0328fe535c58f516f99283d8c2693f5e933f9f8f (patch) | |
tree | f57956d468f4d054c8aaa21804a377e464c36518 /modules/calendar | |
parent | 0b98cf60cbe1350479e189ebcf54aeae775e6264 (diff) | |
download | gsoc2013-evolution-0328fe535c58f516f99283d8c2693f5e933f9f8f.tar.gz gsoc2013-evolution-0328fe535c58f516f99283d8c2693f5e933f9f8f.tar.zst gsoc2013-evolution-0328fe535c58f516f99283d8c2693f5e933f9f8f.zip |
Fix typos in e_cal_shell_content_paste_clipboard().
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/e-cal-shell-content.c | 4 |
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: |