aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@src.gnome.org>2005-02-05 21:36:45 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-02-05 21:36:45 +0800
commit18e0c062de31d4a41ebd66a567f768c194bfdacd (patch)
tree16d62ecc6c2a57365f1efc34d38f1de9c349893e
parentb6306f760aa0b747835ed19ecb1a4baed10248f4 (diff)
downloadgsoc2013-evolution-18e0c062de31d4a41ebd66a567f768c194bfdacd.tar
gsoc2013-evolution-18e0c062de31d4a41ebd66a567f768c194bfdacd.tar.gz
gsoc2013-evolution-18e0c062de31d4a41ebd66a567f768c194bfdacd.tar.bz2
gsoc2013-evolution-18e0c062de31d4a41ebd66a567f768c194bfdacd.tar.lz
gsoc2013-evolution-18e0c062de31d4a41ebd66a567f768c194bfdacd.tar.xz
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
-rw-r--r--calendar/gui/gnome-cal.c2
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;