diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-01-19 10:24:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-01-19 12:48:48 +0800 |
commit | 59e6e599ba390b0aa720973ff297260d7d354b73 (patch) | |
tree | 42342a51edb84a0f08f3c2a49def3c60bc71d0fa /modules | |
parent | 61ae36351b24cc676f60483d576706bf827f2987 (diff) | |
download | gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.gz gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.bz2 gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.lz gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.xz gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.zst gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/addressbook/e-book-shell-backend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/addressbook/e-book-shell-backend.c b/modules/addressbook/e-book-shell-backend.c index a07d500bfc..b717b090d3 100644 --- a/modules/addressbook/e-book-shell-backend.c +++ b/modules/addressbook/e-book-shell-backend.c @@ -133,11 +133,11 @@ book_shell_backend_ensure_sources (EShellBackend *shell_backend) e_source_group_add_source (on_this_computer, source, -1); e_source_set_property (source, "completion", "true"); g_object_unref (source); - e_source_list_sync (priv->source_list, NULL); + e_source_list_sync (priv->source_list, NULL); } else if (!e_source_get_property (personal, "name-changed")) { /* Force the source name to the current locale. */ e_source_set_name (personal, name); - e_source_list_sync (priv->source_list, NULL); + e_source_list_sync (priv->source_list, NULL); } g_object_unref (on_this_computer); |