Renamed from _begin to match changes in gal 0.10.99.3.

2001-08-16  Jon Trowbridge  <trow@ximian.com>

	* 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
This commit is contained in:
Jon Trowbridge
2001-08-16 19:50:39 +00:00
committed by Jon Trowbridge
parent fd7cce6091
commit 03e7b2cf28
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2001-08-16 Jon Trowbridge <trow@ximian.com>
* configure.in: Require gal 0.10.99.3.
2001-08-16 Kjartan Maraas <kmaraas@gnome.org>
* README: Some info on adding --localstatedir to the configure

View File

@ -1,5 +1,9 @@
2001-08-16 Jon Trowbridge <trow@ximian.com>
* 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)

View File

@ -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;

View File

@ -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)