[evolution-patches] Compiler warning fixes : e-addressbook-view.c



hi everyone,

	this one fixes few minor compiler warnings in the addressbook/gui.

thanks,

- h.p. 
? gui/widgets/eab-gui-util.loT
Index: gui/widgets/e-addressbook-view.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/widgets/e-addressbook-view.c,v
retrieving revision 1.139
diff -u -r1.139 e-addressbook-view.c
--- gui/widgets/e-addressbook-view.c	11 May 2004 00:42:19 -0000	1.139
+++ gui/widgets/e-addressbook-view.c	20 May 2004 18:44:44 -0000
@@ -48,6 +48,8 @@
 #include "e-util/e-categories-master-list-wombat.h"
 #include "e-util/e-sexp.h"
 
+#include "a11y/addressbook/ea-addressbook.h"
+
 #ifdef WITH_ADDRESSBOOK_VIEW_TREEVIEW
 #include <gal/widgets/e-treeview-selection-model.h>
 #include "gal-view-factory-treeview.h"
@@ -1196,7 +1198,7 @@
 			gpointer        user_data)
 {
 	EABView *view = user_data;
-	EContact *contact;
+	const EContact *contact;
 	EBook *book;
 
 	if (!E_IS_ADDRESSBOOK_TABLE_ADAPTER(view->object))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]