[evolution] Fix typos in e_cal_shell_content_paste_clipboard().
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution] Fix typos in e_cal_shell_content_paste_clipboard().
- Date: Sat, 21 Nov 2009 01:51:33 +0000 (UTC)
commit 0328fe535c58f516f99283d8c2693f5e933f9f8f
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Nov 20 17:05:21 2009 -0500
Fix typos in e_cal_shell_content_paste_clipboard().
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 e797c0c..e847b27 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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]