aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-04-01 23:58:02 +0800
committerDan Winship <danw@src.gnome.org>2002-04-01 23:58:02 +0800
commitfd0e82bd75a17551995f1c77de12b7cda2feac21 (patch)
treeca8f058f42217f3c0ff7d15cd63b88dc846be80d /addressbook/gui
parentf4d5261c43a8db9e583144b4a61e8089d6449b2c (diff)
downloadgsoc2013-evolution-fd0e82bd75a17551995f1c77de12b7cda2feac21.tar
gsoc2013-evolution-fd0e82bd75a17551995f1c77de12b7cda2feac21.tar.gz
gsoc2013-evolution-fd0e82bd75a17551995f1c77de12b7cda2feac21.tar.bz2
gsoc2013-evolution-fd0e82bd75a17551995f1c77de12b7cda2feac21.tar.lz
gsoc2013-evolution-fd0e82bd75a17551995f1c77de12b7cda2feac21.tar.xz
gsoc2013-evolution-fd0e82bd75a17551995f1c77de12b7cda2feac21.tar.zst
gsoc2013-evolution-fd0e82bd75a17551995f1c77de12b7cda2feac21.zip
parent_class should be static. (From Max Horn <max@quendi.de>)
* gui/component/select-names/e-select-names-text-model.c: parent_class should be static. (From Max Horn <max@quendi.de>) svn path=/trunk/; revision=16304
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-text-model.c2
1 files changed, 1 insertions, 1 deletions
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()
/**