diff options
| author | Matthew Barnes <mbarnes@redhat.com> | 2014-02-16 22:36:49 +0800 |
|---|---|---|
| committer | Matthew Barnes <mbarnes@redhat.com> | 2014-03-03 08:36:01 +0800 |
| commit | c53fbc0b8f3b98827d6816a627bdd4d467b84f74 (patch) | |
| tree | 10eb8683b6d413f9ae6946dcaf303c29027a84ef /modules/cal-config-caldav | |
| parent | 1e3d8b5c68754c377c54423f1fb9a322eb3ec9e8 (diff) | |
| download | gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.gz gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.bz2 gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.lz gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.xz gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.zst gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.zip | |
Miscellaneous cleanups.
Diffstat (limited to 'modules/cal-config-caldav')
| -rw-r--r-- | modules/cal-config-caldav/e-caldav-chooser.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |
