From 03e7b2cf28cd43e25d69aacb85bf3567c72b190d Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Thu, 16 Aug 2001 19:50:39 +0000 Subject: Renamed from _begin to match changes in gal 0.10.99.3. 2001-08-16 Jon Trowbridge * gui/component/select-names/e-select-names-completion.c (e_select_names_completion_handle_request): Renamed from _begin to match changes in gal 0.10.99.3. svn path=/trunk/; revision=12117 --- ChangeLog | 4 ++++ addressbook/ChangeLog | 4 ++++ addressbook/gui/component/select-names/e-select-names-completion.c | 6 +++--- configure.in | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c35b4a1a8..2ba3c317b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-08-16 Jon Trowbridge + + * configure.in: Require gal 0.10.99.3. + 2001-08-16 Kjartan Maraas * README: Some info on adding --localstatedir to the configure diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f782fd9b17..96a784290e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,9 @@ 2001-08-16 Jon Trowbridge + * gui/component/select-names/e-select-names-completion.c + (e_select_names_completion_handle_request): Renamed from _begin to + match changes in gal 0.10.99.3. + * gui/contact-editor/e-contact-quick-add.c (e_contact_quick_add): Check that name != NULL before we start messing with it. (Fixes bug #7329) 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 d91c9e5274..e0568311ae 100644 --- a/addressbook/gui/component/select-names/e-select-names-completion.c +++ b/addressbook/gui/component/select-names/e-select-names-completion.c @@ -76,7 +76,7 @@ static void e_select_names_completion_seq_complete_cb (EBookView *, gpointer us static void e_select_names_completion_do_query (ESelectNamesCompletion *, const gchar *query_text, gint pos, gint limit); -static void e_select_names_completion_begin (ECompletion *, const gchar *txt, gint pos, gint limit); +static void e_select_names_completion_handle_request (ECompletion *, const gchar *txt, gint pos, gint limit); static void e_select_names_completion_end (ECompletion *); static void e_select_names_completion_cancel (ECompletion *); @@ -688,7 +688,7 @@ e_select_names_completion_class_init (ESelectNamesCompletionClass *klass) object_class->destroy = e_select_names_completion_destroy; - completion_class->begin_completion = e_select_names_completion_begin; + completion_class->request_completion = e_select_names_completion_handle_request; completion_class->end_completion = e_select_names_completion_end; completion_class->cancel_completion = e_select_names_completion_cancel; @@ -1019,7 +1019,7 @@ search_override_check (SearchOverride *over, const gchar *text) */ static void -e_select_names_completion_begin (ECompletion *comp, const gchar *text, gint pos, gint limit) +e_select_names_completion_handle_request (ECompletion *comp, const gchar *text, gint pos, gint limit) { ESelectNamesCompletion *selcomp = E_SELECT_NAMES_COMPLETION (comp); const gchar *str; diff --git a/configure.in b/configure.in index e4a30f311a..55ebc30a03 100644 --- a/configure.in +++ b/configure.in @@ -570,7 +570,7 @@ EVO_CHECK_LIB(OAF, oaf, 0.6.2) EVO_CHECK_LIB(Bonobo Conf, bonobo_conf, 0.2) EVO_CHECK_LIB(libglade, libglade, 0.14) EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, gnomecanvaspixbuf, 0.9.0) -EVO_CHECK_LIB(GAL, gal, 0.10.99.2) +EVO_CHECK_LIB(GAL, gal, 0.10.99.3) EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.11.0) EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) -- cgit v1.2.3