From fd0e82bd75a17551995f1c77de12b7cda2feac21 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 1 Apr 2002 15:58:02 +0000 Subject: parent_class should be static. (From Max Horn ) * gui/component/select-names/e-select-names-text-model.c: parent_class should be static. (From Max Horn ) svn path=/trunk/; revision=16304 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/select-names/e-select-names-text-model.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index cd87618c31..7ff027f1c9 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2002-04-01 Dan Winship + + * gui/component/select-names/e-select-names-text-model.c: + parent_class should be static. (From Max Horn ) + 2002-03-29 Ettore Perazzoli * gui/component/GNOME_Evolution_Addressbook.oaf.in: Add priority diff --git a/addressbook/gui/component/select-names/e-select-names-text-model.c b/addressbook/gui/component/select-names/e-select-names-text-model.c index 23751afb8c..0a69137fa5 100644 --- a/addressbook/gui/component/select-names/e-select-names-text-model.c +++ b/addressbook/gui/component/select-names/e-select-names-text-model.c @@ -47,7 +47,7 @@ static const gchar *e_select_names_text_model_get_nth_obj (ETextModel *model, gi static void e_select_names_text_model_activate_obj (ETextModel *model, gint n); -ETextModelClass *parent_class; +static ETextModelClass *parent_class; #define PARENT_TYPE e_text_model_get_type() /** -- cgit v1.2.3