diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-02-05 21:36:45 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-02-05 21:36:45 +0800 |
commit | 18e0c062de31d4a41ebd66a567f768c194bfdacd (patch) | |
tree | 16d62ecc6c2a57365f1efc34d38f1de9c349893e /calendar | |
parent | b6306f760aa0b747835ed19ecb1a4baed10248f4 (diff) | |
download | gsoc2013-evolution-18e0c062de31d4a41ebd66a567f768c194bfdacd.tar.gz gsoc2013-evolution-18e0c062de31d4a41ebd66a567f768c194bfdacd.tar.zst gsoc2013-evolution-18e0c062de31d4a41ebd66a567f768c194bfdacd.zip |
correct the error that was made in the earlier commit that was missing a ':'
svn path=/trunk/; revision=28719
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/gnome-cal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |