From 469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 12 Jul 2001 17:56:50 +0000 Subject: fix typo breaking compilation 2001-07-12 JP Rosevear * 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 --- calendar/gui/e-calendar-table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/e-calendar-table.c') 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); } -- cgit v1.2.3