aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-07-13 01:56:50 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-07-13 01:56:50 +0800
commit469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54 (patch)
treecd1fec1e95e01ce2f2dfd69ced163847d1066e04 /calendar/gui/e-calendar-table.c
parentb0dabea18bc7102021d4df05da97540da9eb3c16 (diff)
downloadgsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar.gz
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar.bz2
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar.lz
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar.xz
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar.zst
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.zip
fix typo breaking compilation
2001-07-12 JP Rosevear <jpr@ximian.com> * gui/e-calendar-table.c (e_calendar_table_copy_clipboard): fix typo breaking compilation * gui/dialogs/meeting-page.c: fix include * gui/dialogs/Makefile.am: build select names idl here * gui/Makefile.am: remove select names compilation from here svn path=/trunk/; revision=11050
Diffstat (limited to 'calendar/gui/e-calendar-table.c')
-rw-r--r--calendar/gui/e-calendar-table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index dee26ae88b..ef87a9167a 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -779,7 +779,7 @@ void
e_calendar_table_copy_clipboard (ECalendarTable *cal_table)
{
ETable *etable;
-
+
g_return_if_fail (E_IS_CALENDAR_TABLE (cal_table));
if (cal_table->clipboard_selection) {
@@ -795,7 +795,7 @@ e_calendar_table_copy_clipboard (ECalendarTable *cal_table)
cal_table->clipboard_selection = icalcomponent_as_ical_string (cal_table->tmp_vcal);
icalcomponent_free (cal_table->tmp_vcal);
- cal_table->tmp_val = NULL;
+ cal_table->tmp_vcal = NULL;
gtk_selection_owner_set (cal_table->invisible, clipboard_atom, GDK_CURRENT_TIME);
}