From f6038b72aa561d2c71369143d89d6467db567a07 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 9 May 2003 15:02:46 +0000 Subject: Use glib macro to case from pointer to int. 2003-05-09 Jeremy Katz * printing/e-contact-print.c (e_contact_print_response): Use glib macro to case from pointer to int. * printing/e-contact-print-envelope.c: Add missing #include. * gui/component/select-names/e-select-names-completion.c (e_select_names_completion_start_query): Use E_SELECT_NAMES_COMPLETION to avoid warning svn path=/trunk/; revision=21138 --- addressbook/gui/component/select-names/e-select-names-completion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/select-names/e-select-names-completion.c b/addressbook/gui/component/select-names/e-select-names-completion.c index eb69f33afb..5a9fc2deb4 100644 --- a/addressbook/gui/component/select-names/e-select-names-completion.c +++ b/addressbook/gui/component/select-names/e-select-names-completion.c @@ -995,7 +995,7 @@ e_select_names_completion_start_query (ESelectNamesCompletion *comp, const gchar solely on our cached cards, signal that the search is over. */ if (!comp->priv->pending_completion_seq) - e_select_names_completion_done (E_COMPLETION (comp)); + e_select_names_completion_done (E_SELECT_NAMES_COMPLETION (comp)); } else { g_free (comp->priv->query_text); comp->priv->query_text = NULL; -- cgit v1.2.3