From 794615c90e3d91073e1c667679557d0979aaf322 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 21 May 2001 01:18:52 +0000 Subject: Removed an unused variable. 2001-05-20 Christopher James Lahey * gui/component/addressbook-config.c (addressbook_source_item_new): Removed an unused variable. * gui/component/select-names/e-select-names-bonobo.c (entry_get_property_fn): Made text here non-const. * gui/component/select-names/e-select-names-popup.c (edit_contact_info_cb): Cast to a gpointer here. * gui/component/select-names/e-select-names.c (e_addressbook_create_ebook_table): Cast to E_TABLE_MODEL here. svn path=/trunk/; revision=9902 --- addressbook/gui/component/select-names/e-select-names.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component/select-names/e-select-names.c') diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index b2468402c8..cfb88109f2 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -179,7 +179,7 @@ e_addressbook_create_ebook_table(char *name, char *string1, char *string2, int n char *uri; char *spec; - model = e_addressbook_model_new(); + model = E_TABLE_MODEL (e_addressbook_model_new()); gtk_object_set(GTK_OBJECT(model), "editable", FALSE, "query", "(contains \"email\" \"\")", -- cgit