From 202810cc38b4b6a275724db3b8add49494dc00e8 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 27 Jun 2001 03:23:53 +0000 Subject: Oops. Can't use the wombat version of the master categories list yet. 2001-06-26 Christopher James Lahey * gui/component/select-names/e-select-names.c (e_select_names_create_categories): Oops. Can't use the wombat version of the master categories list yet. svn path=/trunk/; revision=10527 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/component/select-names/e-select-names.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 23319f1fef..2c42e102c8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-06-26 Christopher James Lahey + + * gui/component/select-names/e-select-names.c + (e_select_names_create_categories): Oops. Can't use the wombat + version of the master categories list yet. + 2001-06-26 Christopher James Lahey * gui/widgets/e-addressbook-table-adapter.c (create_card): memmove diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index bd042fe53c..740a65dd5d 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -40,7 +40,7 @@ #include #include "e-select-names-table-model.h" #include -#include +#include static void e_select_names_init (ESelectNames *card); static void e_select_names_class_init (ESelectNamesClass *klass); @@ -397,7 +397,7 @@ e_select_names_create_categories (gchar *name, ECategoriesMasterList *ecml; GtkWidget *combo; - ecml = e_categories_master_list_wombat_new (); + ecml = e_categories_master_list_array_new (); combo = e_categories_master_list_combo_new (ecml); gtk_object_unref (GTK_OBJECT (ecml)); -- cgit v1.2.3