$NetBSD: patch-aa,v 1.1 2004/06/13 15:31:19 kristerw Exp $

--- addressbook/backends/groupwise/e-book-backend-groupwise.c.orig	Sun Jun 13 17:00:55 2004
+++ addressbook/backends/groupwise/e-book-backend-groupwise.c	Sun Jun 13 17:02:36 2004
@@ -443,10 +443,9 @@
 populate_birth_date (EContact *contact, gpointer data)
 {
 	EGwItem *item;
-  
-	item = E_GW_ITEM (data);
 	char *value ;
 	EContactDate *date;
+	item = E_GW_ITEM (data);
 	value = e_gw_item_get_field_value (item, "birthday");
  	if (value) {
 		date =  e_contact_date_from_string (value);
@@ -527,8 +526,8 @@
 	GList *email_list;
 	EContact *contact;
 	char *email;
-	contact = E_CONTACT (data);
 	int i;
+	contact = E_CONTACT (data);
 
 	email_list = NULL;
 	for (i =0 ; i < 3; i++) {
@@ -597,9 +596,9 @@
 populate_full_name (EContact *contact, gpointer data)
 {
 	EGwItem *item;
-	item = E_GW_ITEM(data);
 	FullName  *full_name ;
 	char *full_name_string;
+	item = E_GW_ITEM(data);
 
 	full_name = e_gw_item_get_full_name (item);
 	if (full_name) {
