diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-24 11:24:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-24 11:24:59 +0800 |
commit | 33bbdaa50b4911adcc937ff674466ea43ac8f45d (patch) | |
tree | 197a8566f6d8a5a3dbef29cbf6f7e49e86bc4940 /addressbook/gui | |
parent | aac2cb58276cde2d079af3987ad798786862b931 (diff) | |
download | gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.gz gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.zst gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-list-editor/e-contact-list-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c index d160563d91..08c92d72d4 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c @@ -515,7 +515,7 @@ contact_list_editor_selection_changed_cb (GtkTreeSelection *selection, static void contact_list_editor_add_from_email_entry (EContactListEditor *editor, - ENameSelectorEntry *entry) + ENameSelectorEntry *entry) { EDestinationStore *store; GList *dests, *diter; |