From c53fbc0b8f3b98827d6816a627bdd4d467b84f74 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 16 Feb 2014 09:36:49 -0500 Subject: Miscellaneous cleanups. --- modules/cal-config-caldav/e-caldav-chooser.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/cal-config-caldav') diff --git a/modules/cal-config-caldav/e-caldav-chooser.c b/modules/cal-config-caldav/e-caldav-chooser.c index 2c4f4110b5..c0a96ec183 100644 --- a/modules/cal-config-caldav/e-caldav-chooser.c +++ b/modules/cal-config-caldav/e-caldav-chooser.c @@ -78,10 +78,10 @@ enum { }; typedef enum { - SUPPORTS_VEVENT = 1 << 0, - SUPPORTS_VTODO = 1 << 1, + SUPPORTS_VEVENT = 1 << 0, + SUPPORTS_VTODO = 1 << 1, SUPPORTS_VJOURNAL = 1 << 2, - SUPPORTS_ALL = 0x7 + SUPPORTS_ALL = 0x7 } SupportedComponentSet; enum { -- cgit v1.2.3