diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-24 19:43:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-25 08:31:43 +0800 |
commit | cc8bf823ec514f6ba1f59fa8d8103936fa48d070 (patch) | |
tree | 28123abc136d37a3574e1060d76188e031b5dd12 /modules/cal-config-contacts | |
parent | 728c641c164f23acf43b306d37484888d2318958 (diff) | |
download | gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.gz gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.zst gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'modules/cal-config-contacts')
-rw-r--r-- | modules/cal-config-contacts/e-source-contacts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cal-config-contacts/e-source-contacts.c b/modules/cal-config-contacts/e-source-contacts.c index 5f6b43224a..8e8eac3be6 100644 --- a/modules/cal-config-contacts/e-source-contacts.c +++ b/modules/cal-config-contacts/e-source-contacts.c @@ -122,7 +122,7 @@ e_source_contacts_class_init (ESourceContactsClass *class) "include-me", "Include Me", "Include this address book in the contacts calendar", - FALSE, /* see constructed() */ + FALSE, /* see constructed () */ G_PARAM_READWRITE | E_SOURCE_PARAM_SETTING)); } |