From cd0ffd60564ac99140daa95b1377a8cf853d9723 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 1 Mar 2011 06:09:53 +0000 Subject: renamed variable 'interface' to 'iface'. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2850 ee746299-78ed-0310-b773-934348b2243d --- src/addrindex.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/addrindex.c') diff --git a/src/addrindex.c b/src/addrindex.c index c18b9595..efe0b3f1 100644 --- a/src/addrindex.c +++ b/src/addrindex.c @@ -1684,17 +1684,17 @@ gint addrindex_create_new_books( AddressIndex *addrIndex ) { gint addrindex_create_extra_books( AddressIndex *addrIndex ) { GList *node_ds; - AddressInterface *interface = NULL; + AddressInterface *iface = NULL; AddressDataSource *ds = NULL; const gchar *ds_name; g_return_val_if_fail(addrIndex != NULL, -1); - interface = addrindex_get_interface(addrIndex, ADDR_IF_BOOK); - if (!interface) + iface = addrindex_get_interface(addrIndex, ADDR_IF_BOOK); + if (!iface) return -1; - for (node_ds = interface->listSource; node_ds != NULL; + for (node_ds = iface->listSource; node_ds != NULL; node_ds = node_ds->next) { ds = node_ds->data; ds_name = addrindex_ds_get_name(ds); -- cgit v1.2.3