From 18e0c062de31d4a41ebd66a567f768c194bfdacd Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Sat, 5 Feb 2005 13:36:45 +0000 Subject: correct the error that was made in the earlier commit that was missing a ':' svn path=/trunk/; revision=28719 --- calendar/gui/gnome-cal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 7372c2c5c5..f2805061a9 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -2195,7 +2195,7 @@ client_cal_opened_cb (ECal *ecal, ECalendarStatus status, GnomeCalendar *gcal) break; case E_CALENDAR_STATUS_BUSY: return; - case E_CALENDAR_STATUS_INVALID_SERVER_VERSION + case E_CALENDAR_STATUS_INVALID_SERVER_VERSION: e_error_run (NULL, "calendar:server-version", NULL); status = E_CALENDAR_STATUS_OK; break; -- cgit v1.2.3